[SCM] CTDB repository - branch master updated - ctdb-1.0.114-299-g1a41cd7

Ronnie Sahlberg sahlberg at samba.org
Tue Aug 31 21:31:02 MDT 2010


The branch, master has been updated
       via  1a41cd7332703629001201eea8ae9b94f1341c9d (commit)
      from  14c4d99513b4bdb94f60c3e9c4823e04b0833e60 (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1a41cd7332703629001201eea8ae9b94f1341c9d
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Sep 1 13:28:25 2010 +1000

    dont print a lot of log information about shutting down vsftpd

-----------------------------------------------------------------------

Summary of changes:
 config/events.d/40.vsftpd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/40.vsftpd b/config/events.d/40.vsftpd
index 7ca7ba8..72190db 100755
--- a/config/events.d/40.vsftpd
+++ b/config/events.d/40.vsftpd
@@ -6,7 +6,7 @@
 service_name="vsftpd"
 # make sure the service is stopped first
 service_start="service $service_name stop > /dev/null 2>&1 ; service $service_name start"
-service_stop="service $service_name stop"
+service_stop="service $service_name stop > /dev/null 2>&1"
 service_reconfigure="service $service_name restart"
 service_fail_limit=2
 service_tcp_ports=21


-- 
CTDB repository


More information about the samba-cvs mailing list