diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-11 00:07:10 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-11 00:07:10 +0800 |
commit | 259d7b6ccff47b8fc6393bfdb909bae00f59c27e (patch) | |
tree | 56cb923518b90f60e59ae9d1ecb1a5024633f32a /news | |
parent | f7d8bb7959bcaeeba516807357f12e07ace680a7 (diff) | |
download | freebsd-ports-gnome-259d7b6ccff47b8fc6393bfdb909bae00f59c27e.tar.gz freebsd-ports-gnome-259d7b6ccff47b8fc6393bfdb909bae00f59c27e.tar.zst freebsd-ports-gnome-259d7b6ccff47b8fc6393bfdb909bae00f59c27e.zip |
Trim whitespace.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-stable/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn-stable/pkg-plist b/news/inn-stable/pkg-plist index 63928a95410f..286132507013 100644 --- a/news/inn-stable/pkg-plist +++ b/news/inn-stable/pkg-plist @@ -190,7 +190,7 @@ news/doc/sample-control @unexec if cmp -s %D/%%ETCDIR%%/passwd.nntp %D/%%ETCDIR%%/passwd.nntp.dist; then rm -f %D/%%ETCDIR%%/passwd.nntp ; fi %%ETCDIR%%/passwd.nntp.dist @exec [ -f %B/passwd.nntp ] || cp -fp %B/%f %B/passwd.nntp -@unexec if cmp -s %D/%%ETCDIR%%/radius.conf %D/%%ETCDIR%%/radius.conf.dist; then rm -f %D/%%ETCDIR%%/radius.conf ; fi +@unexec if cmp -s %D/%%ETCDIR%%/radius.conf %D/%%ETCDIR%%/radius.conf.dist; then rm -f %D/%%ETCDIR%%/radius.conf ; fi %%ETCDIR%%/radius.conf.dist @exec [ -f %B/radius.conf ] || cp -fp %B/%f %B/radius.conf @unexec if cmp -s %D/%%ETCDIR%%/readers.conf %D/%%ETCDIR%%/readers.conf.dist; then rm -f %D/%%ETCDIR%%/readers.conf; fi |