Ticket #25992: patch
File patch, 462 bytes (added by alex@…, 14 years ago) |
---|
-
ports/net/rsync/Portfile
old new 69 69 } 70 70 71 71 startupitem.create yes 72 startupitem.name rsync d72 startupitem.name rsync 73 73 startupitem.logfile ${prefix}/var/log/rsyncd.log 74 74 startupitem.start "${prefix}/bin/rsync --daemon --config=${prefix}/etc/rsyncd.conf" 75 75 startupitem.stop "kill `cat ${prefix}/var/run/rsyncd.pid`"