diff options
author | danfe <danfe@FreeBSD.org> | 2013-03-17 22:20:20 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-03-17 22:20:20 +0800 |
commit | 90e5a0dc65c761ecdd374e11c38f8532a5599f0d (patch) | |
tree | 0f9dbdfba797b260742fdc62e7403a218bf26575 /net/sendfile | |
parent | 140aab7c80c3599288b754dff2ab530459c77310 (diff) | |
download | freebsd-ports-gnome-90e5a0dc65c761ecdd374e11c38f8532a5599f0d.tar.gz freebsd-ports-gnome-90e5a0dc65c761ecdd374e11c38f8532a5599f0d.tar.zst freebsd-ports-gnome-90e5a0dc65c761ecdd374e11c38f8532a5599f0d.zip |
In categories starting with [n-s], remove empty lines (and also few cases of
trailing slashes) from pkg-plist.
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 |