aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-08-23 08:17:36 +0800
committerhoek <hoek@FreeBSD.org>1998-08-23 08:17:36 +0800
commit4728da2b3fd1364c5970fc66ee6ae659636e8b6d (patch)
treef696844b30cac789fc4043f91724520fb0877735 /irc
parentb8aca262949832aed4de7ff33a115fe5fb5ed231 (diff)
downloadfreebsd-ports-gnome-4728da2b3fd1364c5970fc66ee6ae659636e8b6d.tar.gz
freebsd-ports-gnome-4728da2b3fd1364c5970fc66ee6ae659636e8b6d.tar.zst
freebsd-ports-gnome-4728da2b3fd1364c5970fc66ee6ae659636e8b6d.zip
Oops. /dev/null, not /dev/nul. I actually fixed this before
committing but forgot to hit the "save" button...
Diffstat (limited to 'irc')
-rw-r--r--irc/ircd-hybrid/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircd-hybrid/pkg-install b/irc/ircd-hybrid/pkg-install
index 4f07484c21a1..05cb85569905 100644
--- a/irc/ircd-hybrid/pkg-install
+++ b/irc/ircd-hybrid/pkg-install
@@ -50,7 +50,7 @@ EOF
fi
echo ""
-if pw groupshow ircd 2> /dev/nul ; then
+if pw groupshow ircd 2> /dev/null ; then
echo "You already have a group \"ircd\", so I will use it."
else
echo "You need a group \"ircd\"."