summaryrefslogtreecommitdiff
path: root/sysutils/amanda-common
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-08-17 02:40:45 +0000
committerhubertf <hubertf@pkgsrc.org>2000-08-17 02:40:45 +0000
commit7af27506791eb9281c9ba3af4aae513d230273c2 (patch)
treeb466c95c14cd4a347eb1feba204a36604704f961 /sysutils/amanda-common
parent1b6dd0619e5d308d9038af1fbf458fedff4a29da (diff)
downloadpkgsrc-7af27506791eb9281c9ba3af4aae513d230273c2.tar.gz
grep -> grep -q
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r--sysutils/amanda-common/pkg/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-common/pkg/INSTALL b/sysutils/amanda-common/pkg/INSTALL
index 16c5f6d16b6..29c238aba54 100644
--- a/sysutils/amanda-common/pkg/INSTALL
+++ b/sysutils/amanda-common/pkg/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.1 2000/08/17 02:26:31 wiz Exp $
+# $NetBSD: INSTALL,v 1.2 2000/08/17 02:40:45 hubertf Exp $
PKGNAME=$1
STAGE=$2
@@ -15,7 +15,7 @@ PRE-INSTALL)
# Group... the default's shipped with NetBSD
# We need to check that ${AMGROUP} exists before adding the user.
#
- if grep "^${AMGROUP}:" /etc/group
+ if grep -q "^${AMGROUP}:" /etc/group
then
echo "Group '${AMGROUP}' already exists...proceeding."
else