manpage:
- pod2man --center="certmaster-request" --release="" ./docs/certmaster-inventory.pod | gzip -c > ./docs/certmaster-inventory.1.gz
+ pod2man --center="certmaster-request" --release="" ./docs/certmaster-inventory.pod | gzip -c > ./docs/certmaster-request.1.gz
pod2man --center="certmaster" --release="" ./docs/certmaster.pod | gzip -c > ./docs/certmaster.1.gz
pod2man --center="certmaster-ca" --release="" ./docs/certmaster-ca.pod | gzip -c > ./docs/certmaster-ca.1.gz
restart:
-/etc/init.d/certmaster restart
- -/etc/init.d/certmasterd restart
recombuild: install_harder restart
-sloccount --addlang "makefile" $(TOPDIR) $(PYDIRS) $(EXAMPLEDIR) $(INITDIR)
async: install
- /sbin/service certmasterd restart
+ /sbin/service certmaster restart
sleep 4
rpms: build manpage sdist
--- /dev/null
+# func.
+# Copyright (C) 2007 Red Hat, inc.
+# This file is distributed under the same license as the func package.
+# Adrian Likins <alikins@redhat.com>, 2007.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: func 0.16-1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-02-06 12:52-0500\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: func/minion/module_loader.py:92
+#, python-format
+msgid "Could not load %s module: %s"
+msgstr ""
+
+#: func/minion/module_loader.py:97
+#, python-format
+msgid "Could not load %s module"
+msgstr ""
manpath = "share/man/man1/"
etcpath = "/etc/%s" % NAME
- etcmodpath = "/etc/%s/modules" % NAME
initpath = "/etc/init.d/"
logpath = "/var/log/%s/" % NAME
certdir = "/var/lib/%s/certmaster" % NAME
"%s/minion" % NAME,
"%s/overlord" % NAME,
],
- data_files = [(initpath, ["init-scripts/certmasterd"]),
- (initpath, ["init-scripts/certmaster"]),
+ data_files = [(initpath, ["init-scripts/certmaster"]),
(etcpath, ["etc/minion.conf"]),
(etcpath, ["etc/certmaster.conf"]),
- (etcmodpath, []),
- (manpath, ["docs/certmaster.1.gz"]),
- (manpath, ["docs/certmaster-inventory.1.gz"]),
- (manpath, ["docs/certmasterd.1.gz"]),
(manpath, ["docs/certmaster.1.gz"]),
+ (manpath, ["docs/certmaster-request.1.gz"]),
(manpath, ["docs/certmaster-ca.1.gz"]),
(rotpath, ['etc/certmaster_rotate']),
(logpath, []),