From 2e20a0901c98266daec3056b0226d4672942bcad Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 10 Oct 2008 00:39:22 +0200 Subject: Revert "Set correct mode on configuration mode" This reverts commit 5e806c8e42e1b70675916963e14cc0fe5928ec07. There are passwords (like Tcp md5) that should not be displayed to operator. --- scripts/install-system | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/install-system') 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 -- cgit v1.2.3