From 70fc3647a6ea8bd29647fd0e9825d49ea7f6f9cf Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 22 Feb 2008 15:26:37 -0800 Subject: use vyattacfg for config files --- scripts/install-system | 4 ++-- scripts/vyatta_net_name | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/install-system b/scripts/install-system index a05141ff..44582364 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -467,7 +467,7 @@ copy_config () { mkdir -p $rootfsdir$ofrconfdir # create the proper perms on the new config partition - chgrp quaggavty $rootfsdir$ofrconfdir + chgrp vyattacfg $rootfsdir$ofrconfdir chmod 775 $rootfsdir$ofrconfdir # create our config partition marker @@ -513,7 +513,7 @@ copy_config () { # set the permissions on the new config file if [ -f $rootfsdir$ofrconfdir/config.boot ]; then - chgrp quaggavty $rootfsdir$ofrconfdir/config.boot + chgrp vyattacfg $rootfsdir$ofrconfdir/config.boot chmod 775 $rootfsdir$ofrconfdir/config.boot fi } diff --git a/scripts/vyatta_net_name b/scripts/vyatta_net_name index 61792340..8017906f 100755 --- a/scripts/vyatta_net_name +++ b/scripts/vyatta_net_name @@ -60,7 +60,7 @@ done if [ ! -f $BOOTFILE ] ; then cp $DEFAULT_BOOTFILE $BOOTFILE - chgrp quaggavty $BOOTFILE + chgrp vyattacfg $BOOTFILE chmod 660 $BOOTFILE fi -- cgit v1.2.3