version 1.39, 2001/05/18 18:52:09
|
version 1.41, 2001/05/30 17:42:28
|
Line 182 www:!!:500:500:www:/home/www:/bin/bash
|
Line 182 www:!!:500:500:www:/home/www:/bin/bash
|
END |
END |
close OUT; |
close OUT; |
open OUT,">>setup_file_list.txt"; |
open OUT,">>setup_file_list.txt"; |
|
print OUT "BinaryRoot/etc/group\n"; |
|
close OUT; |
|
open OUT,">BinaryRoot/etc/group"; |
|
print OUT<<END; |
|
root::0:root |
|
bin::1:root,bin,daemon |
|
daemon::2:root,bin,daemon |
|
sys::3:root,bin,adm |
|
adm::4:root,adm,daemon |
|
tty::5: |
|
disk::6:root |
|
lp::7:daemon,lp |
|
mem::8: |
|
kmem::9: |
|
wheel::10:root |
|
mail::12:mail |
|
news::13:news |
|
uucp::14:uucp |
|
man::15: |
|
games::20: |
|
gopher::30: |
|
dip::40: |
|
ftp::50: |
|
nobody::99: |
|
users::100: |
|
www::500: |
|
END |
|
close OUT; |
|
open OUT,">>setup_file_list.txt"; |
print OUT "BinaryRoot/etc/hosts.deny\n"; |
print OUT "BinaryRoot/etc/hosts.deny\n"; |
close OUT; |
close OUT; |
open OUT,">BinaryRoot/etc/hosts.deny"; |
open OUT,">BinaryRoot/etc/hosts.deny"; |
Line 706 END
|
Line 735 END
|
if ($category ne 'conf' && $category ne 'symbolic link') { |
if ($category ne 'conf' && $category ne 'symbolic link') { |
if ($source!~/\*/) { |
if ($source!~/\*/) { |
$description.=<<END; |
$description.=<<END; |
\ttest -e \$(SOURCE)/$source \&\& install -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot || echo "**** LON-CAPA WARNING **** CVS source file does not exist: \$(SOURCE)/$source" |
\t\@test -e \$(SOURCE)/$source \&\& install -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot || echo "**** LON-CAPA WARNING **** CVS source file does not exist: \$(SOURCE)/$source" |
END |
END |
} |
} |
else { |
else { |