don't create links in /var/lib/misc; they're not needed
authorrmurray <>
Fri, 29 Dec 2006 00:36:56 +0000 (00:36 +0000)
committerrmurray <>
Fri, 29 Dec 2006 00:36:56 +0000 (00:36 +0000)
ud-replicate

index b2834f5..1a0ca55 100755 (executable)
@@ -58,9 +58,7 @@ fi
 makedb "$HOST/group.tdb" -o group.db.t
 mv -f passwd.db.t passwd.db
 mv -f group.db.t group.db
-for a in $HOST/ssh-rsa-shadow $HOST/ssh_known_hosts $HOST/mail-callout \
-         $HOST/mail-disable $HOST/mail-greylist $HOST/mail-rbl \
-         $HOST/mail-rhsbl $HOST/mail-whitelist; do
+for a in $HOST/ssh-rsa-shadow $HOST/ssh_known_hosts; do
        ln -sf $a .
 done
 ln -sf `pwd -P`/ssh-rsa-shadow /etc/ssh