ensure file perms.

This commit is contained in:
brad 2000-09-28 01:05:21 +00:00
parent 221e6c22a8
commit 8d1e5e6678

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.4 2000/08/25 03:30:02 brad Exp $
# $OpenBSD: INSTALL,v 1.5 2000/09/28 01:05:21 brad Exp $
#
# Pre/post-installation setup of screen
@ -24,7 +24,7 @@ do_notice()
do_install()
{
install -o root -g wheel $SAMPLE_CONFIG_DIR/screenrc-sample $CONFIG_FILE
install -o root -g wheel -m 644 $SAMPLE_CONFIG_DIR/screenrc-sample $CONFIG_FILE
echo
echo "+---------------"
echo "| The file $CONFIG_FILE has been created on your system."