pinkbyte    15/07/18 11:33:58

  Modified:             smtpd.initd
  Log:
  Revision bump: add missing configure option for building with BerkDB support, 
bug #554654. Put socket and PID files into /run, instead of /var/run
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  Changes    Path
1.4                  mail-mta/opensmtpd/files/smtpd.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/files/smtpd.initd?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/files/smtpd.initd?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/opensmtpd/files/smtpd.initd?r1=1.3&r2=1.4

Index: smtpd.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/files/smtpd.initd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smtpd.initd 20 Nov 2013 05:16:56 -0000      1.3
+++ smtpd.initd 18 Jul 2015 11:33:58 -0000      1.4
@@ -1,10 +1,10 @@
 #!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/files/smtpd.initd,v 1.3 
2013/11/20 05:16:56 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/files/smtpd.initd,v 1.4 
2015/07/18 11:33:58 pinkbyte Exp $
 
 command="smtpd"
-start_stop_daemon_args="--pidfile=/var/run/smtpd.pid"
+start_stop_daemon_args="--pidfile=/run/smtpd.pid"
 description="SMTP daemon from OpenBSD"
 
 depend() {




Reply via email to