Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 23:00:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371949 - head/mail/cucipop
Message-ID:  <201410312300.s9VN04Pj014910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct 31 23:00:04 2014
New Revision: 371949
URL: https://svnweb.freebsd.org/changeset/ports/371949
QAT: https://qat.redports.org/buildarchive/r371949/

Log:
  Simplify plist

Modified:
  head/mail/cucipop/pkg-plist

Modified: head/mail/cucipop/pkg-plist
==============================================================================
--- head/mail/cucipop/pkg-plist	Fri Oct 31 22:58:36 2014	(r371948)
+++ head/mail/cucipop/pkg-plist	Fri Oct 31 23:00:04 2014	(r371949)
@@ -1,9 +1,4 @@
-@mode 2555
-@group mail
-libexec/cucipop
-@mode
-@group
+@(,mail,2555) libexec/cucipop
 man/man8/cucipop.8.gz
-@exec mkdir -p "/var/spool/cucipop/bulletins"
-@unexec rmdir "/var/spool/cucipop/bulletins" >/dev/null 2>&1 || :
-@unexec rmdir "/var/spool/cucipop" >/dev/null 2>&1 || :
+@dir /var/spool/cucipop/bulletins
+@dir /var/spool/cucipop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410312300.s9VN04Pj014910>