From 770ee31a7c8694e7ab033ce591b33cc388a36ff3 Mon Sep 17 00:00:00 2001 From: freesource Date: Mon, 5 Nov 2001 04:28:13 +0000 Subject: [PATCH] Changed mind about 0444 for root, actually, the symlink provides the protection, and the permissions are necessary, too .. the original ones. --- gbootroot | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gbootroot b/gbootroot index 90237b8..faa98d2 100755 --- a/gbootroot +++ b/gbootroot @@ -584,11 +584,6 @@ if (-d $global_yard_replacements) { #system "cp -a $File::Find::name $home_yard_replacements/$replacement > /dev/null 2>&1"; system "mkdir $home_yard_replacements/$replacement > /dev/null 2>&1" if -d $File::Find::name; symlink_builder( $File::Find::name,"$home_yard_replacements/$replacement") if !-d $File::Find::name; - # Administrator shouldn't be editing global files. - if ( $> == 0 ) { - system "chmod 0444 $File::Find::name" - if !-d $File::Find::name; - } } }, $global_yard_replacements;