tighten permissions.

This commit is contained in:
brad 2001-01-12 21:21:02 +00:00
parent 18c8917d1f
commit 7a77dc9bc4

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# $OpenBSD: INSTALL,v 1.9 2000/08/24 22:00:03 brad Exp $ # $OpenBSD: INSTALL,v 1.10 2001/01/12 21:21:02 brad Exp $
# #
# Pre/post-installation setup of squid # Pre/post-installation setup of squid
@ -12,9 +12,9 @@ CONFIG_DIR=${SYSCONFDIR}
SAMPLE_CONFIG_DIR=$PREFIX/share/examples/squid SAMPLE_CONFIG_DIR=$PREFIX/share/examples/squid
STATEDIR=${STATEDIR} STATEDIR=${STATEDIR}
install -d -o www -g www -m 755 $STATEDIR install -d -o www -g www -m 771 $STATEDIR
install -d -o www -g www -m 755 $STATEDIR/logs install -d -o www -g www -m 775 $STATEDIR/logs
install -d -o www -g www -m 755 $STATEDIR/cache install -d -o www -g www -m 771 $STATEDIR/cache
ln -sf $STATEDIR/logs/squid.pid /var/run/squid.pid ln -sf $STATEDIR/logs/squid.pid /var/run/squid.pid
do_notice_conf() do_notice_conf()