SHA256
1
0
forked from pool/aaa_base
OBS User unknown
2008-08-21 16:02:44 +00:00
committed by Git OBS Bridge
parent 552ee8a1ce
commit 4ba8628182
5 changed files with 14 additions and 71 deletions

View File

@@ -249,13 +249,6 @@ for DIR in etc/rc.d usr/X11 ; do
fi
done
# Backup YP_DOMAINNAME, before we remove it
if test ! -f etc/defaultdomain -a -f /etc/rc.config ; then
eval `grep ^YP_DOMAINNAME etc/rc.config 2>/dev/null`
echo -n $YP_DOMAINNAME > etc/defaultdomain
chmod 644 etc/defaultdomain
fi
if test -f /root/.gnupg/secring.gpg ; then
cp -a /root/.gnupg/secring.gpg /root/.gnupg/secring.gpg.aaa_save
fi