fix permissions of default config files; from mpech@, form@

This commit is contained in:
naddy 2003-08-11 15:58:35 +00:00
parent 80339f74a5
commit ab8bec0971

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.6 2002/07/03 20:37:37 naddy Exp $
# $OpenBSD: INSTALL,v 1.7 2003/08/11 15:58:35 naddy Exp $
#
# Pre/post-installation setup of Opera
@ -34,8 +34,8 @@ do_notice()
#
do_install()
{
install -o root -g wheel ${SAMPLE_CONFIG_DIR}/opera6rc ${CONFIG_FILE}
install -o root -g wheel ${SAMPLE_CONFIG_DIR}/opera6rc.fixed ${CONFIG_FILE_FIXED}
install -o root -g wheel -m 644 ${SAMPLE_CONFIG_DIR}/opera6rc ${CONFIG_FILE}
install -o root -g wheel -m 644 ${SAMPLE_CONFIG_DIR}/opera6rc.fixed ${CONFIG_FILE_FIXED}
echo
echo "+---------------"
echo "| The $1 configuration files,"