diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-04 20:37:31 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-04 20:37:31 +0000 |
commit | 3522db75da10202c4e6d27dfa21a0747accbedbf (patch) | |
tree | a879575dbdbc15b71342baa57bc4c3ddac38b64d /net | |
parent | 75e59e5f80350f169a4a2a88a11c3c1214e37128 (diff) | |
download | pkgsrc-3522db75da10202c4e6d27dfa21a0747accbedbf.tar.gz |
Fix typo. Report scrolled by on IRC...
Diffstat (limited to 'net')
-rw-r--r-- | net/sendfile/pkg/DEINSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sendfile/pkg/DEINSTALL b/net/sendfile/pkg/DEINSTALL index 3dafcfbac86..18b6c35d576 100644 --- a/net/sendfile/pkg/DEINSTALL +++ b/net/sendfile/pkg/DEINSTALL @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: DEINSTALL,v 1.1 2000/09/09 19:51:44 wiz Exp $ +# $NetBSD: DEINSTALL,v 1.2 2001/01/04 20:37:31 hubertf Exp $ # case "$2" in @@ -10,7 +10,7 @@ case "$2" in If you won't be using sendfile any longer, do the following: - o remove the `saft' lines from /etc/services and /etc/inetd.conf; + o remove the "saft" lines from /etc/services and /etc/inetd.conf; restart inetd. o remove the check_sendfile lines from /etc/profile and /etc/csh.login o remove the directory /var/spool/sendfile and its contents |