packages: mrtg/mrtg.init, mrtg/mrtg.spec - rel.2 - force starting without L...

blues blues at pld-linux.org
Fri Nov 18 10:52:22 CET 2011


Author: blues                        Date: Fri Nov 18 09:52:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel.2 - force starting without LANG set. mrtg doesn't work with utf
  locale (in fact: doesn't need locale at all)

---- Files affected:
packages/mrtg:
   mrtg.init (1.27 -> 1.28) , mrtg.spec (1.162 -> 1.163) 

---- Diffs:

================================================================
Index: packages/mrtg/mrtg.init
diff -u packages/mrtg/mrtg.init:1.27 packages/mrtg/mrtg.init:1.28
--- packages/mrtg/mrtg.init:1.27	Sun Dec 12 19:21:31 2010
+++ packages/mrtg/mrtg.init	Fri Nov 18 10:52:17 2011
@@ -102,7 +102,7 @@
 	for file in $CONFIGS; do
 		f=${file##*/}
 		msg_starting "MRTG ($f)"
-		daemon $closefds --user "$DAEMON_USER" /usr/bin/mrtg $file --daemon \
+		daemon $closefds --user "$DAEMON_USER" /usr/bin/env LANG="C" /usr/bin/mrtg $file --daemon \
 			--logging /var/log/mrtg/$f.log \
 			--pid-file=/var/run/mrtg/$f.pid \
 			--lock-file=/var/run/mrtg/${f}_l \

================================================================
Index: packages/mrtg/mrtg.spec
diff -u packages/mrtg/mrtg.spec:1.162 packages/mrtg/mrtg.spec:1.163
--- packages/mrtg/mrtg.spec:1.162	Tue Sep 27 15:19:55 2011
+++ packages/mrtg/mrtg.spec	Fri Nov 18 10:52:17 2011
@@ -14,7 +14,7 @@
 Summary(ru.UTF-8):	MRTG - программа изображения граффиков, изображающих траффик на множестве роутеров
 Name:		mrtg
 Version:	2.17.0
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications/Networking
 Source0:	http://oss.oetiker.ch/mrtg/pub/%{name}-%{version}.tar.gz
@@ -190,6 +190,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.163  2011/11/18 09:52:17  blues
+- rel.2 - force starting without LANG set. mrtg doesn't work with utf
+  locale (in fact: doesn't need locale at all)
+
 Revision 1.162  2011/09/27 13:19:55  blues
 - suggest rrdtool and perl modules for configuration with rrd logs collects
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mrtg/mrtg.init?r1=1.27&r2=1.28&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mrtg/mrtg.spec?r1=1.162&r2=1.163&f=u



More information about the pld-cvs-commit mailing list