[Nagiosplug-checkins] nagiosplug/po remove-potcdate.sin,NONE,1.1 .cvsignore,1.4,1.5
Ton Voon
tonvoon at users.sourceforge.net
Fri May 19 14:32:02 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug/po
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22767/po
Modified Files:
.cvsignore
Added Files:
remove-potcdate.sin
Log Message:
Adding more required files from gettext
Index: .cvsignore
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/po/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- .cvsignore 18 May 2006 23:09:03 -0000 1.4
+++ .cvsignore 19 May 2006 21:30:59 -0000 1.5
@@ -8,6 +8,5 @@
fr.gmo
insert-header.sin
quot.sed
-remove-potcdate.sin
POTFILES
stamp-po
--- NEW FILE: remove-potcdate.sin ---
# Sed script that remove the POT-Creation-Date line in the header entry
# from a POT file.
#
# The distinction between the first and the following occurrences of the
# pattern is achieved by looking at the hold space.
/^"POT-Creation-Date: .*"$/{
x
# Test if the hold space is empty.
s/P/P/
ta
# Yes it was empty. First occurrence. Remove the line.
g
d
bb
:a
# The hold space was nonempty. Following occurrences. Do nothing.
x
:b
}
More information about the Commits
mailing list