[129382] trunk/dports/sysutils/smartmontools/Portfile

pixilla at macports.org pixilla at macports.org
Thu Dec 11 13:42:23 PST 2014


Revision: 129382
          https://trac.macports.org/changeset/129382
Author:   pixilla at macports.org
Date:     2014-12-11 13:42:23 -0800 (Thu, 11 Dec 2014)
Log Message:
-----------
sysutils/smartmontools: (openmaintainer)
- Use no-fork flag instead of pid file. Closes #46147

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

Modified: trunk/dports/sysutils/smartmontools/Portfile
===================================================================
--- trunk/dports/sysutils/smartmontools/Portfile	2014-12-11 20:34:16 UTC (rev 129381)
+++ trunk/dports/sysutils/smartmontools/Portfile	2014-12-11 21:42:23 UTC (rev 129382)
@@ -5,6 +5,7 @@
 
 name                smartmontools
 version             6.3
+revision            1
 categories          sysutils
 license             GPL-2+
 platforms           darwin
@@ -50,5 +51,4 @@
 
 startupitem.create      yes
 startupitem.name        smartd
-startupitem.executable  ${prefix}/sbin/smartd -p ${prefix}/var/run/smartd.pid
-startupitem.pidfile     auto ${prefix}/var/run/smartd.pid
+startupitem.executable  ${prefix}/sbin/smartd -n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141211/195a52e3/attachment-0001.html>


More information about the macports-changes mailing list