Browse Source

Changed mind about 0444 for root, actually, the symlink provides the protection,

and the permissions are necessary, too .. the original ones.
master
freesource 23 years ago
parent
commit
770ee31a7c
  1. 5
      gbootroot

5
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 "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; 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; 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; }, $global_yard_replacements;

Loading…
Cancel
Save