mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
13dc2491db
- Allow user and config location for rc config [1] - Allow staging - Switch from easy_install to install - Use python auto plist PR: ports/183788 [1] Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> Approved by: maintainer
9 lines
571 B
Plaintext
9 lines
571 B
Plaintext
@unexec if cmp -s %D/etc/supervisord.conf.sample %D/etc/supervisord.conf; then rm -f %D/etc/supervisord.conf; fi
|
|
etc/supervisord.conf.sample
|
|
@exec if [ ! -f %D/etc/supervisord.conf ]; then cp %D/etc/supervisord.conf.sample %D/etc/supervisord.conf; fi
|
|
@exec mkdir -p %%PIDDIR%%
|
|
@unexec echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="
|
|
@unexec echo "If you are permanently removing py-supervisor, you should also:" | /usr/bin/fmt
|
|
@unexec echo "'rm -rf %%PIDDIR%%'" | /usr/bin/fmt
|
|
@unexec echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="
|