summaryrefslogtreecommitdiffstats
path: root/archive/burp/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'archive/burp/INSTALL')
-rwxr-xr-xarchive/burp/INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/archive/burp/INSTALL b/archive/burp/INSTALL
new file mode 100755
index 0000000000..2b1efd8a62
--- /dev/null
+++ b/archive/burp/INSTALL
@@ -0,0 +1,12 @@
+default_install &&
+
+if [[ $INIT_INSTALLED ]]; then
+ install_config_file "$SPELL_DIRECTORY/init.d/burp.conf" \
+ "$INSTALL_ROOT/etc/sysconfig/burp" &&
+
+ install -d -o burp -g burp -vm 755 "$INSTALL_ROOT/var/run/burp" &&
+
+ # change owner to root config dir (not recursively!)
+ # so startup script can generate SSL certificates
+ chown burp:burp "$INSTALL_ROOT/etc/burp"
+fi