Ticket #34449: Portfile-fcron.diff
File Portfile-fcron.diff, 1.6 KB (added by compconsultant@…, 13 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name fcron 6 version 3.0. 46 version 3.0.6 7 7 categories sysutils 8 8 platforms darwin 9 9 maintainers yahoo.com:compconsultant … … 18 18 homepage http://fcron.free.fr 19 19 master_sites ${homepage}/archives 20 20 extract.suffix .src.tar.gz 21 checksums md5 5a26a1dfd91fdc7e87401e98aef870e6 \ 22 sha1 daaa5287be026a425ea5bb56959ad38b1b6d030a \ 23 rmd160 2bb8eb489251eaa1380b4e37b6526d2040291313 24 25 patchfiles patch-fcrontab.c.diff 21 checksums md5 69ebcb41921e2a282f41ebecb3a27053 \ 22 sha1 6b0a886931d9a89c65df33228384b07d672238bf \ 23 rmd160 fadcb39ce106dcd61f31e1d4d6ab7c2d1149b36b 26 24 27 25 configure.args --with-boot-install=no \ 28 26 --with-pam=no \ … … 31 29 startupitem.create yes 32 30 startupitem.name fcron 33 31 startupitem.start "\[ -x ${prefix}/sbin/fcron \] && ${prefix}/sbin/fcron -b" 34 startupitem.stop "\[ -r ${prefix}/var/run/fcron /fcron.pid \] \\" \35 "&& kill -KILL `cat ${prefix}/var/run/fcron /fcron.pid`"32 startupitem.stop "\[ -r ${prefix}/var/run/fcron.pid \] \\" \ 33 "&& kill -KILL `cat ${prefix}/var/run/fcron.pid`" 36 34 37 35 destroot.keepdirs ${destroot}${prefix}/var/spool/fcron \ 38 36 ${destroot}${prefix}/var/run/fcron … … 45 43 post-destroot { 46 44 set dp ${destroot}${prefix} 47 45 foreach file [glob ${dp}/etc/fcron*] { 48 file rename ${file} ${file} -default46 file rename ${file} ${file}.sample 49 47 } 50 48 } 51 49 50 notes " 51 Please create the fcron configuration file $prefix/etc/fcron.conf\ 52 by using the sample file $prefix/etc/fcron.conf.sample as a reference 53 "