aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-15 20:48:31 +0000
committerBill Nottingham <notting@redhat.com>2001-08-15 20:48:31 +0000
commit9942563e19bd27997948604f1c70b55f7811eb23 (patch)
tree38947104a0f6a2fd2e9ccf842b19c875951c0137
parent136d442be5e2bf1ad53113c199971cb043c2ba8c (diff)
downloadinitscripts-r6-19.tar
initscripts-r6-19.tar.gz
initscripts-r6-19.tar.bz2
initscripts-r6-19.tar.xz
initscripts-r6-19.zip
don't try and pull strings from unreadable ifcfg filesr6-19
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 1cfc200d..b44f03e1 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -10,7 +10,7 @@ NLSPACKAGE = initscripts
CATALOGS = $(shell ls *.po)
FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS))
-POTFILES = /etc/rc.d/init.d/* /etc/rc.d/rc.* /etc/sysconfig/network-scripts/*
+POTFILES = /etc/rc.d/init.d/* /etc/rc.d/rc.* $(shell ls /etc/sysconfig/network-scripts/* | grep -v ifcfg-)
all: $(NLSPACKAGE).pot $(FMTCATALOGS)