2015-07-09 17:10:50 -06:00
|
|
|
#!/bin/sh
|
|
|
|
|
2016-06-10 20:21:06 -06:00
|
|
|
cat > /etc/httpd.conf <<'EOF'
|
|
|
|
/cgi-bin/setup:root:$p$root
|
|
|
|
/cgi-bin/ports:root:$p$root
|
|
|
|
/cgi-bin/admin:root:$p$root
|
|
|
|
/cgi-bin/vpn:root:$p$root
|
|
|
|
/cgi-bin/vpnc:root:$p$root
|
|
|
|
/cgi-bin/supporttool:root:$p$root
|
|
|
|
EOF
|