equal
deleted
inserted
replaced
23 getent group sudoers >/dev/null || groupadd --system sudoers |
23 getent group sudoers >/dev/null || groupadd --system sudoers |
24 for u in hans teilnehmer; do |
24 for u in hans teilnehmer; do |
25 getent passwd $u >/dev/null && usermod -A sudoers $u |
25 getent passwd $u >/dev/null && usermod -A sudoers $u |
26 done |
26 done |
27 |
27 |
|
28 chkconfig SuSEfirewall2_setup off |
|
29 chkconfig SuSEfirewall2_init off |
|
30 |
28 rsync $opt_n -iav --exclude setup --exclude .hg ${@-*} / |
31 rsync $opt_n -iav --exclude setup --exclude .hg ${@-*} / |