[127025] trunk/dports/sysutils/fcron/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Oct 19 10:18:25 PDT 2014


Revision: 127025
          https://trac.macports.org/changeset/127025
Author:   khindenburg at macports.org
Date:     2014-10-19 10:18:25 -0700 (Sun, 19 Oct 2014)
Log Message:
-----------
fcron: update notes to correct instructions for starting

Modified Paths:
--------------
    trunk/dports/sysutils/fcron/Portfile

Modified: trunk/dports/sysutils/fcron/Portfile
===================================================================
--- trunk/dports/sysutils/fcron/Portfile	2014-10-19 15:59:19 UTC (rev 127024)
+++ trunk/dports/sysutils/fcron/Portfile	2014-10-19 17:18:25 UTC (rev 127025)
@@ -28,6 +28,7 @@
                     --with-pam=no \
                     --with-selinux=no
 
+set startup_root ""
 startupitem.create  yes
 startupitem.name    fcron
 startupitem.start   "\[ -x ${prefix}/sbin/fcron \] && ${prefix}/sbin/fcron -b"
@@ -45,8 +46,19 @@
 }
 
 notes "
-Please create the fcron configuration file $prefix/etc/fcron.conf\
-by using the sample file $prefix/etc/fcron.conf.sample as a reference
+Before starting ${name}, create the configuration file ${prefix}/etc/fcron.conf\
+by using ${prefix}/etc/fcron.conf.sample as a reference.
+
+Before starting ${name}, create the file ${prefix}/etc/fcron.allow\
+by using ${prefix}/etc/fcron.allow.sample as a reference.
+
+A startup item has been generated that will aid in\
+starting ${name} with launchd. It is disabled\
+by default. Execute the following command to start it,\
+and to cause it to launch at startup:
+
+sudo launchctl load -w ${startup_root}/Library/LaunchDaemons/org.macports.fcron.plist
+
 "
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141019/f5f0d2d0/attachment.html>


More information about the macports-changes mailing list