]> hackdaworld.org Git - scripts/scripts.git/commitdiff
added {x,}inetd.conf
authorhackbard <hackbard>
Thu, 23 Jan 2003 00:22:38 +0000 (00:22 +0000)
committerhackbard <hackbard>
Thu, 23 Jan 2003 00:22:38 +0000 (00:22 +0000)
backup.sh

index c6d36c771498e71578594e17434400db8df4d7c8..a47b3a19e5ed74f636ba7f85eb7e484e0cfba68f 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -95,7 +95,8 @@ for i in `ls -A /etc/conf`; do
 done
 
 for i in dhcpd.conf fstab hosts host.conf hosts.allow hosts.deny lilo.conf \
 done
 
 for i in dhcpd.conf fstab hosts host.conf hosts.allow hosts.deny lilo.conf \
-               profile sendmail.cf resolv.conf exports; do
+               profile sendmail.cf resolv.conf exports inetd.conf \
+               xinetd.conf; do
        if [ -f /etc/$i ] ; then
        echo "copying /etc/$i"
        cp /etc/$i ./etc
        if [ -f /etc/$i ] ; then
        echo "copying /etc/$i"
        cp /etc/$i ./etc