Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba/files/4.0: samba4.confd
Date: Fri, 30 Nov 2012 11:32:10
Message-Id: 20121130113159.96D6220C9F@flycatcher.gentoo.org
1 polynomial-c 12/11/30 11:31:59
2
3 Modified: samba4.confd
4 Log:
5 Fixed comments in conf.d file (bug #444016)
6
7 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.2 net-fs/samba/files/4.0/samba4.confd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/files/4.0/samba4.confd?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/files/4.0/samba4.confd?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/files/4.0/samba4.confd?r1=1.1&r2=1.2
15
16 Index: samba4.confd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/files/4.0/samba4.confd,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- samba4.confd 24 Nov 2012 23:59:23 -0000 1.1
23 +++ samba4.confd 30 Nov 2012 11:31:59 -0000 1.2
24 @@ -1,6 +1,9 @@
25 -#add "winbind" to the daemon_list if you also want winbind to start
26 -#add "samba4" to the daemon_list if you also want \
27 -#active directory domain controller or to access the ntvfs file server or the rpc proxy to start
28 +# Add "winbind" to the daemon_list if you also want winbind to start.
29 +# Replace "smbd nmbd" by "samba4" if you want the active directory domain controller part or the ntvfs
30 +# file server part or the rpc proxy to start.
31 +# Note that samba4 controls 'smbd' by itself, thus it can't be started manually. You can, however,
32 +# tweak the behaviour of a samba4-controlled smbd by modifying your '/etc/samba/smb.conf' file
33 +# accordingly.
34 daemon_list="smbd nmbd"
35
36 #----------------------------------------------------------------------------