diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/.cvsignore policycoreutils-2.0.50/po/.cvsignore --- nsapolicycoreutils/po/.cvsignore 1969-12-31 19:00:00.000000000 -0500 +++ policycoreutils-2.0.50/po/.cvsignore 2008-06-30 11:49:38.000000000 -0400 @@ -0,0 +1,16 @@ +*.gmo +*.mo +*.pot +.intltool-merge-cache +Makefile +Makefile.in +Makefile.in.in +POTFILES +cat-id-tbl.c +messages +missing +notexist +po2tbl.sed +po2tbl.sed.in +stamp-cat-id +stamp-it diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/Makefile policycoreutils-2.0.50/po/Makefile --- nsapolicycoreutils/po/Makefile 2008-06-12 23:25:23.000000000 -0400 +++ policycoreutils-2.0.50/po/Makefile 2008-06-30 11:49:38.000000000 -0400 @@ -23,20 +23,61 @@ POFILES = $(wildcard *.po) MOFILES = $(patsubst %.po,%.mo,$(POFILES)) POTFILES = \ - ../load_policy/load_policy.c \ - ../newrole/newrole.c \ + ../run_init/open_init_pty.c \ ../run_init/run_init.c \ + ../semodule_link/semodule_link.c \ + ../audit2allow/audit2allow \ + ../semanage/seobject.py \ + ../setsebool/setsebool.c \ + ../newrole/newrole.c \ + ../load_policy/load_policy.c \ + ../sestatus/sestatus.c \ + ../semodule/semodule.c \ ../setfiles/setfiles.c \ - ../scripts/genhomedircon \ + ../semodule_package/semodule_package.c \ + ../semodule_deps/semodule_deps.c \ + ../semodule_expand/semodule_expand.c \ ../scripts/chcat \ - ../semanage/semanage \ - ../semanage/seobject.py \ - ../audit2allow/audit2allow \ - ../audit2allow/avc.py \ + ../scripts/fixfiles \ + ../restorecond/stringslist.c \ + ../restorecond/restorecond.h \ + ../restorecond/utmpwatcher.h \ + ../restorecond/stringslist.h \ + ../restorecond/restorecond.c \ + ../restorecond/utmpwatcher.c \ + ../gui/booleansPage.py \ + ../gui/fcontextPage.py \ + ../gui/loginsPage.py \ + ../gui/mappingsPage.py \ + ../gui/modulesPage.py \ + ../gui/polgen.glade \ + ../gui/polgengui.py \ + ../gui/polgen.py \ + ../gui/portsPage.py \ + ../gui/selinux.tbl \ + ../gui/semanagePage.py \ + ../gui/statusPage.py \ + ../gui/system-config-selinux.glade \ + ../gui/system-config-selinux.py \ + ../gui/translationsPage.py \ + ../gui/usersPage.py \ + ../gui/templates/executable.py \ + ../gui/templates/__init__.py \ + ../gui/templates/network.py \ + ../gui/templates/rw.py \ + ../gui/templates/script.py \ + ../gui/templates/semodule.py \ + ../gui/templates/tmp.py \ + ../gui/templates/user.py \ + ../gui/templates/var_lib.py \ + ../gui/templates/var_log.py \ + ../gui/templates/var_run.py \ + ../gui/templates/var_spool.py \ + ../secon/secon.c \ #default:: clean -all:: $(MOFILES) +all:: update-po $(MOFILES) $(POTFILE): $(POTFILES) $(XGETTEXT) --keyword=_ --keyword=N_ $(POTFILES) @@ -64,8 +105,6 @@ @rm -fv *mo *~ .depend @rm -rf tmp -indent: - install: $(MOFILES) @for n in $(MOFILES); do \ l=`basename $$n .mo`; \ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/POTFILES policycoreutils-2.0.50/po/POTFILES --- nsapolicycoreutils/po/POTFILES 2008-06-12 23:25:24.000000000 -0400 +++ policycoreutils-2.0.50/po/POTFILES 2008-06-30 11:49:38.000000000 -0400 @@ -1,10 +1,54 @@ - ../load_policy/load_policy.c \ - ../newrole/newrole.c \ + ../run_init/open_init_pty.c \ ../run_init/run_init.c \ - ../setfiles/setfiles.c \ - ../scripts/genhomedircon \ - ../scripts/chcat \ - ../semanage/semanage \ - ../semanage/seobject.py \ + ../semodule_link/semodule_link.c \ ../audit2allow/audit2allow \ - ../audit2allow/avc.py + ../semanage/seobject.py \ + ../restorecon/restorecon.c \ + ../setsebool/setsebool.c \ + ../newrole/newrole.c \ + ../load_policy/load_policy.c \ + ../sestatus/sestatus.c \ + ../semodule/semodule.c \ + ../setfiles/setfiles.c \ + ../semodule_package/semodule_package.c \ + ../semodule_deps/semodule_deps.c \ + ../semodule_expand/semodule_expand.c \ + ../scripts/genhomedircon \ + ../scripts/chcat \ + ../scripts/fixfiles \ + ../restorecond/stringslist.c \ + ../restorecond/restorecond.h \ + ../restorecond/utmpwatcher.h \ + ../restorecond/stringslist.h \ + ../restorecond/restorecond.c \ + ../restorecond/utmpwatcher.c \ + ../gui/booleansPage.py \ + ../gui/fcontextPage.py \ + ../gui/loginsPage.py \ + ../gui/mappingsPage.py \ + ../gui/modulesPage.py \ + ../gui/polgen.glade \ + ../gui/polgengui.py \ + ../gui/polgen.py \ + ../gui/portsPage.py \ + ../gui/selinux.tbl \ + ../gui/semanagePage.py \ + ../gui/statusPage.py \ + ../gui/system-config-selinux.glade \ + ../gui/system-config-selinux.py \ + ../gui/translationsPage.py \ + ../gui/usersPage.py \ + ../gui/templates/executable.py \ + ../gui/templates/__init__.py \ + ../gui/templates/network.py \ + ../gui/templates/rw.py \ + ../gui/templates/script.py \ + ../gui/templates/semodule.py \ + ../gui/templates/tmp.py \ + ../gui/templates/user.py \ + ../gui/templates/var_lib.py \ + ../gui/templates/var_log.py \ + ../gui/templates/var_run.py \ + ../gui/templates/var_spool.py \ + ../secon/secon.c \ + diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/POTFILES.in policycoreutils-2.0.50/po/POTFILES.in --- nsapolicycoreutils/po/POTFILES.in 2008-06-12 23:25:23.000000000 -0400 +++ policycoreutils-2.0.50/po/POTFILES.in 2008-06-30 11:49:38.000000000 -0400 @@ -2,9 +2,7 @@ run_init/run_init.c semodule_link/semodule_link.c audit2allow/audit2allow -audit2allow/avc.py semanage/seobject.py -restorecon/restorecon.c setsebool/setsebool.c newrole/newrole.c load_policy/load_policy.c @@ -14,8 +12,6 @@ semodule_package/semodule_package.c semodule_deps/semodule_deps.c semodule_expand/semodule_expand.c -audit2why/audit2why.c -scripts/genhomedircon scripts/chcat scripts/fixfiles restorecond/stringslist.c @@ -24,16 +20,32 @@ restorecond/stringslist.h restorecond/restorecond.c restorecond/utmpwatcher.c -gui/translationsPage.py gui/booleansPage.py -gui/usersPage.py +gui/fcontextPage.py +gui/loginsPage.py +gui/mappingsPage.py gui/modulesPage.py -gui/system-config-selinux.glade +gui/polgen.glade +gui/polgengui.py +gui/polgen.py gui/portsPage.py -gui/statusPage.py -gui/loginsPage.py +gui/selinux.tbl gui/semanagePage.py -gui/mappingsPage.py +gui/statusPage.py +gui/system-config-selinux.glade gui/system-config-selinux.py -gui/fcontextPage.py +gui/translationsPage.py +gui/usersPage.py +gui/templates/executable.py +gui/templates/__init__.py +gui/templates/network.py +gui/templates/rw.py +gui/templates/script.py +gui/templates/semodule.py +gui/templates/tmp.py +gui/templates/user.py +gui/templates/var_lib.py +gui/templates/var_log.py +gui/templates/var_run.py +gui/templates/var_spool.py secon/secon.c diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-2.0.50/po/af.po --- nsapolicycoreutils/po/af.po 2008-06-12 23:25:23.000000000 -0400 +++ policycoreutils-2.0.50/po/af.po 2008-06-30 11:50:00.000000000 -0400 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-11-21 14:21-0500\n" +"POT-Creation-Date: 2008-06-30 11:47-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,1013 +16,3176 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../load_policy/load_policy.c:22 -#, c-format -msgid "usage: %s [-bq]\n" +#: ../run_init/run_init.c:67 +msgid "" +"USAGE: run_init