diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-27 00:03:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-27 00:03:33 +0800 |
commit | 450cd4cbf44b6e733c6381dcbb6b81b3f5506be6 (patch) | |
tree | f04e243844e28a3f57cf6b5f0d60662f0ba49d80 /irc | |
parent | 4315e561204fad8a1a0c3bc6d9649b989e9ad30b (diff) | |
download | freebsd-ports-gnome-450cd4cbf44b6e733c6381dcbb6b81b3f5506be6.tar.gz freebsd-ports-gnome-450cd4cbf44b6e733c6381dcbb6b81b3f5506be6.tar.zst freebsd-ports-gnome-450cd4cbf44b6e733c6381dcbb6b81b3f5506be6.zip |
Convert to @sample
Diffstat (limited to 'irc')
-rw-r--r-- | irc/atheme-services/pkg-plist | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/atheme-services/pkg-plist b/irc/atheme-services/pkg-plist index 7723be29765e..813ec005ccef 100644 --- a/irc/atheme-services/pkg-plist +++ b/irc/atheme-services/pkg-plist @@ -2,15 +2,11 @@ bin/atheme-services bin/dbverify @group ircservices @mode 640 -@unexec if cmp -s %D/etc/atheme/atheme.conf %D/etc/atheme/atheme.conf.example ; then rm -f %D/etc/atheme/atheme.conf ; fi -etc/atheme/atheme.conf.example -@exec if [ ! -f %D/etc/atheme/atheme.conf ]; then cp -p %D/%F %B/atheme.conf; fi +@sample etc/atheme/atheme.conf.example etc/atheme/atheme.conf etc/atheme/atheme.conf.operserv-example etc/atheme/atheme.conf.userserv-example etc/atheme/atheme.cron.example -@unexec if cmp -s %D/etc/atheme/atheme.motd %D/etc/atheme/atheme.motd.example ; then rm -f %D/etc/atheme/atheme.motd ; fi -etc/atheme/atheme.motd.example -@exec if [ ! -f %D/etc/atheme/atheme.motd ]; then cp -p %D/%F %B/atheme.motd; fi +@sample etc/atheme/atheme.motd.example etc/atheme/atheme.motd @group @mode include/atheme/abirev.h |