svn commit: r371963 - head/net/crtmpserver

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 31 23:37:23 UTC 2014


Author: bapt
Date: Fri Oct 31 23:37:22 2014
New Revision: 371963
URL: https://svnweb.freebsd.org/changeset/ports/371963
QAT: https://qat.redports.org/buildarchive/r371963/

Log:
  Simplify plist

Modified:
  head/net/crtmpserver/pkg-plist

Modified: head/net/crtmpserver/pkg-plist
==============================================================================
--- head/net/crtmpserver/pkg-plist	Fri Oct 31 23:29:54 2014	(r371962)
+++ head/net/crtmpserver/pkg-plist	Fri Oct 31 23:37:22 2014	(r371963)
@@ -1,9 +1,5 @@
- at unexec if cmp -s %D/etc/crtmpserver.lua.sample %D/etc/crtmpserver.lua; then rm -f %D/etc/crtmpserver.lua; fi
-etc/crtmpserver.lua.sample
- at exec if [ ! -f %D/etc/crtmpserver.lua ] ; then cp -p %D/%F %B/crtmpserver.lua; fi
- at unexec if cmp -s %D/etc/crtmpserver.all.lua.sample %D/etc/crtmpserver.all.lua; then rm -f %D/etc/crtmpserver.all.lua; fi
-etc/crtmpserver.all.lua.sample
- at exec if [ ! -f %D/etc/crtmpserver.all.lua ] ; then cp -p %D/%F %B/crtmpserver.all.lua; fi
+ at sample etc/crtmpserver.lua.sample
+ at sample etc/crtmpserver.all.lua.sample
 lib/crtmpserver/libtinyxml.so
 lib/crtmpserver/libcommon.so
 lib/crtmpserver/libthelib.so
@@ -16,19 +12,5 @@ lib/crtmpserver/applications/proxypublis
 lib/crtmpserver/applications/stresstest/libstresstest.so
 man/man1/crtmpserver.1.gz
 sbin/crtmpserver
- at dirrmtry lib/crtmpserver/applications/flvplayback
- at dirrmtry lib/crtmpserver/applications/appselector
- at dirrmtry lib/crtmpserver/applications/samplefactory
- at dirrmtry lib/crtmpserver/applications/vptests
- at dirrmtry lib/crtmpserver/applications/admin
- at dirrmtry lib/crtmpserver/applications/proxypublish
- at dirrmtry lib/crtmpserver/applications/stresstest
- at dirrmtry lib/crtmpserver/applications
- at dirrmtry lib/crtmpserver
- at exec /bin/mkdir -p %D/var/log/crtmpserver
- at exec /bin/mkdir -p %D/var/crtmpserver/media
- at dirrmtry var/log/crtmpserver
- at dirrmtry var/log
- at dirrmtry var/crtmpserver/media
- at dirrmtry var/crtmpserver
- at dirrmtry var
+ at dir var/log/crtmpserver
+ at dir var/crtmpserver/media


More information about the svn-ports-all mailing list