diff options
author | Bill Nottingham <notting@redhat.com> | 2010-02-19 15:36:39 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-02-19 15:36:39 -0500 |
commit | 87fb9b896365154cc0cb7e8b28febb22f436b3d8 (patch) | |
tree | 1a500f6078722993cf8701d627e826aef9e757f8 /po | |
parent | af37a2b9dc6c83c2fe945feffeb7b4ccb15704e2 (diff) | |
download | initscripts-87fb9b896365154cc0cb7e8b28febb22f436b3d8.tar initscripts-87fb9b896365154cc0cb7e8b28febb22f436b3d8.tar.gz initscripts-87fb9b896365154cc0cb7e8b28febb22f436b3d8.tar.bz2 initscripts-87fb9b896365154cc0cb7e8b28febb22f436b3d8.tar.xz initscripts-87fb9b896365154cc0cb7e8b28febb22f436b3d8.zip |
Fix reference to upstart jobs.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 439b18e4..105a6d96 100644 --- a/po/Makefile +++ b/po/Makefile @@ -12,7 +12,7 @@ FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS)) POTFILES = /etc/ppp/ip* /etc/rc.d/init.d/* /etc/rc.d/rc /etc/rc.d/rc.* \ $(shell ls /etc/sysconfig/network-scripts/* | grep -v ifcfg-) \ - /sbin/service /usr/sbin/sys-unconfig /etc/event.d/* /etc/init/* + /sbin/service /usr/sbin/sys-unconfig /etc/event.d/* /etc/init/*.conf all: $(NLSPACKAGE).pot $(FMTCATALOGS) |