From 6f6432140cf0305ce60c6e80bf0e3d0c6edb0b94 Mon Sep 17 00:00:00 2001
From: hackbard <hackbard>
Date: Thu, 23 Jan 2003 00:22:38 +0000
Subject: [PATCH] added {x,}inetd.conf

---
 backup.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/backup.sh b/backup.sh
index c6d36c7..a47b3a1 100755
--- 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 \
-		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
-- 
2.39.5