minor fixes
This commit is contained in:
parent
d0676d1896
commit
25608cc2b6
1 changed files with 3 additions and 1 deletions
|
|
@ -185,11 +185,13 @@ sub inperms($) {
|
||||||
print "$mode:$user:$group:$fullname\n";
|
print "$mode:$user:$group:$fullname\n";
|
||||||
|
|
||||||
unless ( -f $permsfile ) {
|
unless ( -f $permsfile ) {
|
||||||
print <<EOT;
|
open FH, ">$permsfile";
|
||||||
|
print FH <<EOT;
|
||||||
# \$Id\$
|
# \$Id\$
|
||||||
# \$Source\$
|
# \$Source\$
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
close FH;
|
||||||
system("$cvscmd add $permsfile");
|
system("$cvscmd add $permsfile");
|
||||||
system("$cvscmd ci -m initial $permsfile");
|
system("$cvscmd ci -m initial $permsfile");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue