diff options
-rw-r--r-- | scripts/install-system | 3 | ||||
-rwxr-xr-x | scripts/vyatta_net_name | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/scripts/install-system b/scripts/install-system index a6bfd127..20b9f6a3 100644 --- a/scripts/install-system +++ b/scripts/install-system @@ -781,9 +781,8 @@ copy_config () { mkdir -p $rootfsdir$ofrconfdir # create the proper perms on the new config partition - chown vyatta $rootfsdir$ofrconfdir chgrp vyattacfg $rootfsdir$ofrconfdir - chmod 664 $rootfsdir$ofrconfdir + chmod 775 $rootfsdir$ofrconfdir # create our config partition marker touch $rootfsdir$ofrconfdir/.vyatta_config diff --git a/scripts/vyatta_net_name b/scripts/vyatta_net_name index f67c2349..0a96ebb8 100755 --- a/scripts/vyatta_net_name +++ b/scripts/vyatta_net_name @@ -57,9 +57,8 @@ done if [ ! -f $BOOTFILE ] ; then cp $DEFAULT_BOOTFILE $BOOTFILE - chown vyatta $BOOTFILE chgrp vyattacfg $BOOTFILE - chmod 664 $BOOTFILE + chmod 660 $BOOTFILE fi shopt -s extglob nullglob |