svn commit: r397991 - head/irc/atheme-services

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 26 16:03:34 UTC 2015


Author: bapt
Date: Sat Sep 26 16:03:33 2015
New Revision: 397991
URL: https://svnweb.freebsd.org/changeset/ports/397991

Log:
  Convert to @sample

Modified:
  head/irc/atheme-services/pkg-plist

Modified: head/irc/atheme-services/pkg-plist
==============================================================================
--- head/irc/atheme-services/pkg-plist	Sat Sep 26 16:00:33 2015	(r397990)
+++ head/irc/atheme-services/pkg-plist	Sat Sep 26 16:03:33 2015	(r397991)
@@ -2,15 +2,11 @@ bin/atheme-services
 bin/dbverify
 @group ircservices
 @mode 640
- at 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
- at exec if [ ! -f %D/etc/atheme/atheme.conf ]; then cp -p %D/%F %B/atheme.conf; fi
+ at 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
- at 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
- at exec if [ ! -f %D/etc/atheme/atheme.motd ]; then cp -p %D/%F %B/atheme.motd; fi
+ at sample etc/atheme/atheme.motd.example etc/atheme/atheme.motd
 @group
 @mode
 include/atheme/abirev.h


More information about the svn-ports-all mailing list