Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba/files: samba-init digest-samba-3.0.25c-r1 digest-samba-3.0.25c
Date: Sat, 08 Sep 2007 12:12:42
Message-Id: E1ITz4U-0007Jb-Jn@stork.gentoo.org
1 dev-zero 07/09/08 12:05:54
2
3 Modified: samba-init
4 Added: digest-samba-3.0.25c-r1
5 Removed: digest-samba-3.0.25c
6 Log:
7 Fixed init-script to correctly start daemons when not started via symlink (bug #191647, thanks to Christoph Schulz)
8 (Portage version: 2.1.3.8)
9
10 Revision Changes Path
11 1.16 net-fs/samba/files/samba-init
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/files/samba-init?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/files/samba-init?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/files/samba-init?r1=1.15&r2=1.16
16
17 Index: samba-init
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba-init,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- samba-init 7 Sep 2007 21:07:39 -0000 1.15
24 +++ samba-init 8 Sep 2007 12:05:54 -0000 1.16
25 @@ -1,7 +1,7 @@
26 #!/sbin/runscript
27 # Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License, v2 or later
29 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba-init,v 1.15 2007/09/07 21:07:39 dev-zero Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba-init,v 1.16 2007/09/08 12:05:54 dev-zero Exp $
31
32 opts="reload"
33
34 @@ -12,7 +12,7 @@
35 }
36
37 DAEMONNAME="${SVCNAME##samba.}"
38 -if [[ -n ${DAEMONNAME} ]] ; then
39 +if [[ ${DAEMONNAME} != "samba" ]] ; then
40 daemon_list=${DAEMONNAME}
41 fi
42
43
44
45
46 1.1 net-fs/samba/files/digest-samba-3.0.25c-r1
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/files/digest-samba-3.0.25c-r1?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/files/digest-samba-3.0.25c-r1?rev=1.1&content-type=text/plain
50
51 Index: digest-samba-3.0.25c-r1
52 ===================================================================
53 MD5 87950694270b86cbc1b2074cb53dd1aa samba-3.0.25c.tar.gz 18178029
54 RMD160 7c8de2c27144b2b23e7c3f4a8fceb35bddfd571b samba-3.0.25c.tar.gz 18178029
55 SHA256 113144b8a035b1be289eaed3a12a3e8138e47f21fd79c9cc7bbf4f7eabc2870c samba-3.0.25c.tar.gz 18178029
56
57
58
59 --
60 gentoo-commits@g.o mailing list