--- http-replicator-2.0/http-replicator.orig/init 2004-05-01 11:26:43.000000000 -0500 +++ http-replicator-2.0/debian/init 2004-05-10 16:34:17.000000000 -0500 @@ -38,7 +38,7 @@ def start (): - print 'Starting HTTP proxy:', +# print 'Starting HTTP proxy:', if os.path.isfile(PID) and os.path.getsize(PID): # pidfile exists and is not empty print 'already running' return 1 # error @@ -74,7 +74,7 @@ except: print 'error:', sys.exc_info()[1] else: - print 'http-replicator.' +# print 'http-replicator.' return 0 return 1 @@ -87,7 +87,7 @@ def stop (): - print 'Stopping HTTP proxy:', +# print 'Stopping HTTP proxy:', if not os.path.isfile(PID) or not os.path.getsize(PID): # pidfile does not exist or is empty print 'not running' return 0 # success @@ -101,7 +101,7 @@ except: print 'error:', sys.exc_info()[1] else: - print 'http-replicator.' +# print 'http-replicator.' return 0 # success return 1