From: hackbard <hackbard>
Date: Thu, 11 Sep 2003 16:20:25 +0000 (+0000)
Subject: added modules.conf to backup
X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04f172eec17381b7f0236fc540e7542cd6ba8e92;p=scripts%2Fscripts.git

added modules.conf to backup
---

diff --git a/backup.sh b/backup.sh
index 1a1ebc8..e8b7afe 100755
--- a/backup.sh
+++ b/backup.sh
@@ -94,7 +94,7 @@ done
 
 for i in dhcpd.conf fstab hosts host.conf hosts.allow hosts.deny lilo.conf \
 		profile sendmail.cf resolv.conf exports fb.modes inetd.conf \
-		xinetd.conf mp3user mp3db.conf; do
+		xinetd.conf mp3user mp3db.conf modules.conf; do
 	if [ -f /etc/$i ] ; then
 	echo "copying /etc/$i"
 	cp /etc/$i ./etc