Browse Source

Doing the chmod 444 thing with the template, since this writes over it, and

only puts things in $HOME.  May change the behavior in the future, but was
avoiding having too many example templates around.
master
freesource 23 years ago
parent
commit
ed3b5c78d2
  1. 5
      add-ons/yard/make-debian-X11/make_debian-X11

5
add-ons/yard/make-debian-X11/make_debian-X11

@ -465,6 +465,7 @@ foreach (@alternatives) {
}
close(DEBIAN);
system "chmod 444 $template_dir/$debian_yard"; # A good idea
print STDERR "\nAll finished making your $debian_yard template.\n";
#########################
@ -786,8 +787,8 @@ sub start_up {
home_builder("$home_yard_replacements/etc");
}
print "Everything is in order, but it never hurts to rebuild swim " .
"with --rebuilddb\n";
print STDERR "Everything is in order, but it never hurts to rebuild swim "
. "with --rebuilddb if you haven't done it in awhile\n";
} # end start_up

Loading…
Cancel
Save