06.12.2012 Aufrufe

Technische Dokumentation zum Unix-Verbund ... - Dr. Hubert Feyrer

Technische Dokumentation zum Unix-Verbund ... - Dr. Hubert Feyrer

Technische Dokumentation zum Unix-Verbund ... - Dr. Hubert Feyrer

MEHR ANZEIGEN
WENIGER ANZEIGEN

Erfolgreiche ePaper selbst erstellen

Machen Sie aus Ihren PDF Publikationen ein blätterbares Flipbook mit unserer einzigartigen Google optimierten e-Paper Software.

4.3.6 JumpStart-Scripten 66<br />

fi<br />

ln -s /home1/soft $ROOT/soft<br />

#<br />

# /pub<br />

#<br />

echo 'Symlinking /pub*'<br />

[ -h $ROOT/pub ] || ln -fs /net/ftp.uni-regensburg.de/anon/aftp/pub $ROOT/pub<br />

[ -h $ROOT/pub0 ] || ln -fs /net/ftp.uni-regensburg.de/anon/aftp/pub0 $ROOT/pub0<br />

[ -h $ROOT/pub1 ] || ln -fs /net/ftp.uni-regensburg.de/anon/aftp/pub1 $ROOT/pub1<br />

[ -h $ROOT/pub2 ] || ln -fs /net/ftp.uni-regensburg.de/anon/aftp/pub2 $ROOT/pub2<br />

#<br />

# /var/news<br />

#<br />

if [ ! -h $ROOT/var/news ]; then<br />

echo 'Linking /var/news'<br />

rm -fr $ROOT/var/news<br />

ln -s /soft/local/news $ROOT/var/news<br />

fi<br />

#<br />

# Cron: clean_utmp<br />

#<br />

echo 'Cron: clean_utmp'<br />

. $MNT/setup/clean_utmp<br />

#<br />

# Cron: Uhr via rrzs2<br />

#<br />

echo 'Cron: rdate'<br />

. $MNT/setup/date<br />

#<br />

# /usr/sbin/{halt,reboot} could fake syslog entries<br />

#<br />

echo 'Prevent user execution of /usr/sbin/{halt,reboot}'<br />

chmod o-rwx $ROOT/usr/sbin/halt<br />

chmod o-rwx $ROOT/usr/sbin/reboot<br />

#<br />

# NIS<br />

#<br />

. $MNT/setup/NIS<br />

#<br />

# tcsh for lazy roots<br />

#<br />

echo Linking tcsh to /bin<br />

ln -s /soft/bin/tcsh $ROOT/bin<br />

###########################################################################<br />

# Zweiten Teil der Installation nach dem Reboot!<br />

cp $MNT/postboot $ROOT/etc/rc3.d/S95jinst-ki.postboot<br />

(c) 1996-2003 <strong>Hubert</strong> <strong>Feyrer</strong> Stand: 21. Oktober 2003

Hurra! Ihre Datei wurde hochgeladen und ist bereit für die Veröffentlichung.

Erfolgreich gespeichert!

Leider ist etwas schief gelaufen!