Ticket #33173: Portfile-xymon.diff
File Portfile-xymon.diff, 1.5 KB (added by fclaire@…, 13 years ago) |
---|
-
Portfile
old new 6 6 name xymon 7 7 conflicts xymon-server 8 8 epoch 1 9 version 4.3. 59 version 4.3.7 10 10 categories net 11 11 platforms darwin 12 license GPL 12 13 maintainers free.fr:fclaire 13 14 14 15 description Xymon network monitor Client … … 22 23 homepage http://www.xymon.com/ 23 24 master_sites sourceforge:project/xymon/Xymon/${version} 24 25 25 checksums sha1 cd49d689bbf9c27ed4d2010cf75223d7f43f656e\26 rmd160 31110454d30835f758d844e3c14206656654654826 checksums sha1 29339157a1a6155d134ed1ad9985391d43034ee8 \ 27 rmd160 9547eac47a5893f978cace54b5761e9cabe75941 27 28 28 29 depends_lib port:rrdtool \ 29 30 port:fping \ … … 99 100 #startupitem.pidfile auto ${xylogdir}/clientlaunch.*.pid 100 101 startupitem.pidfile none 101 102 102 pre-destroot { 103 addgroup ${xymongroup} 104 adduser ${xymonuser} gid=[existsgroup ${xymongroup}] realname=Xymon\ User home=${xytopdir} shell=/bin/bash 105 } 103 add_users ${xymonuser} group=${xymongroup} realname=Xymon\ User home=${xytopdir} shell=/bin/bash 106 104 107 105 post-destroot { 108 106 xinstall -d -o ${xymonuser} -g ${xymongroup} ${destroot}${xylogdir}