diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-17 14:20:20 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-17 14:20:20 +0000 |
commit | 28f0bea43f2827358dbd6076eb27607c2881a70a (patch) | |
tree | 0f9dbdfba797b260742fdc62e7403a218bf26575 /net/sendfile | |
parent | 95aee6f4c71325f6c7b3e30c7a4d6689d5076d32 (diff) |
Notes
Diffstat (limited to 'net/sendfile')
-rw-r--r-- | net/sendfile/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sendfile/pkg-plist b/net/sendfile/pkg-plist index 84152094ad3b..7ee30b89b02d 100644 --- a/net/sendfile/pkg-plist +++ b/net/sendfile/pkg-plist @@ -26,7 +26,6 @@ sbin/sendfiled @unexec perl -pi.bak -e '/^saft/ && ($_="")' /etc/inetd.conf @unexec kill -HUP `ps auxw|awk '$11 == "inetd" { print $2 } '` >/dev/null 2>&1||true @unexec rm -R /var/spool/sendfile 2>&1 >/dev/null || true - @unexec if cmp -s %D/etc/sendfile.cf.sample %D/etc/sendfile.cf; then rm -f %D/etc/sendfile.cf; fi @exec if [ ! -f %D/etc/sendfile.cf ] ; then cp -p %D/etc/sendfile.cf.sample %D/etc/sendfile.cf; fi @unexec if cmp -s %D/etc/sendfile.deny.sample %D/etc/sendfile.deny; then rm -f %D/etc/sendfile.deny; fi |