diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-04-15 17:00:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:37 +0700 |
commit | 1ffbeb49e324ad6f8b996175b5e1f5fe928ff05c (patch) | |
tree | 2b07c7acb11d84e682da9d30a03e269455ed6054 /system/burp/README.SBo | |
parent | 00854991ac0d068b454971ac0e73c63f6ff660b9 (diff) | |
download | slackbuilds-1ffbeb49e324ad6f8b996175b5e1f5fe928ff05c.tar.gz |
system/burp: Updated for version 2.0.54 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/burp/README.SBo')
-rw-r--r-- | system/burp/README.SBo | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/system/burp/README.SBo b/system/burp/README.SBo index d86b102ddf..6bcdb4472c 100644 --- a/system/burp/README.SBo +++ b/system/burp/README.SBo @@ -1,19 +1,19 @@ -To start the burp server run: +To start the burp server run -/etc/rc.d/rc.burp start + /etc/rc.d/rc.burp start To start burp automatically on boot up, add these lines to /etc/rc.d/rc.local -# Start burp -if [ -x /etc/rc.d/rc.burp ]; then - /etc/rc.d/rc.burp start -fi + # Start burp + if [ -x /etc/rc.d/rc.burp ]; then + /etc/rc.d/rc.burp start + fi and the following lines in /etc/rc.d/rc.local_shutdown to stop burp on shutdown -# Stop burp -if [ -x /etc/rc.d/rc.burp ]; then - /etc/rc.d/rc.burp stop -fi + # Stop burp + if [ -x /etc/rc.d/rc.burp ]; then + /etc/rc.d/rc.burp stop + fi Naturally, ensure that all these scripts have executable permissions. |