diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-11-19 06:38:34 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-11-19 06:38:34 +0000 |
commit | 4a4b0cc5d35990ebf86fce3be641f3408fa83146 (patch) | |
tree | 8043053bf2342d684cd0651e8cfc5c56c9438b24 /misc/upclient/pkg-plist | |
parent | 0a47abdbd990fbc37b65152b882433221d6d53f6 (diff) | |
download | ports-4a4b0cc5d35990ebf86fce3be641f3408fa83146.tar.gz ports-4a4b0cc5d35990ebf86fce3be641f3408fa83146.zip |
Notes
Diffstat (limited to 'misc/upclient/pkg-plist')
-rw-r--r-- | misc/upclient/pkg-plist | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/misc/upclient/pkg-plist b/misc/upclient/pkg-plist index eca9fa13942b..8833786f3479 100644 --- a/misc/upclient/pkg-plist +++ b/misc/upclient/pkg-plist @@ -1,6 +1,15 @@ +@comment $FreeBSD$ etc/rc.d/upclient.sh +@unexec if cmp -s %D/etc/upclient.conf %D/etc/upclient.conf.sample; then rm -f %D/etc/upclient.conf; fi etc/upclient.conf.sample -@exec [ -f %B/upclient.conf ] || cp %B/%f %B/upclient.conf -@unexec if cmp -s %B/%f %B/upclient.conf; then rm -f %B/upclient.conf; fi +@exec [ -f %D/etc/upclient.conf ] || cp -p %D/etc/upclient.conf.sample %D/etc/upclient.conf sbin/upchk sbin/upclient +%%PORTDOCS%%share/doc/upclient/AUTHORS +%%PORTDOCS%%share/doc/upclient/COPYING +%%PORTDOCS%%share/doc/upclient/FAQ +%%PORTDOCS%%share/doc/upclient/HISTORY +%%PORTDOCS%%share/doc/upclient/INSTALL +%%PORTDOCS%%share/doc/upclient/README +%%PORTDOCS%%share/doc/upclient/TODO +%%PORTDOCS%%@dirrm share/doc/upclient |