Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 330054 Details for
Bug 444016
net-fs/samba-4.0.0_rc4 wrong init script
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/conf.d/samba
samba_conf (text/plain), 1.54 KB, created by
Aleksandr Yakimov
on 2012-11-20 11:31:46 UTC
(
hide
)
Description:
/etc/conf.d/samba
Filename:
MIME Type:
Creator:
Aleksandr Yakimov
Created:
2012-11-20 11:31:46 UTC
Size:
1.54 KB
patch
obsolete
>#add "winbind" to the daemon_list if you also want winbind to start >#add "samba4" to the daemon_list if you also want \ >#active directory domain controller or to access the ntvfs file server or the rpc proxy to start >daemon_list="smbd nmbd" > >#---------------------------------------------------------------------------- ># Daemons calls: <daemon_name>_<command_option> >#---------------------------------------------------------------------------- >my_service_name="samba" >my_service_PRE="unset TMP TMPDIR" >my_service_POST="" > >#---------------------------------------------------------------------------- ># Daemons calls: <daemon_name>_<command_option> >#---------------------------------------------------------------------------- >smbd_start_options="-D" >smbd_start="start-stop-daemon --start --exec /usr/sbin/smbd -- ${smbd_start_options}" >smbd_stop="start-stop-daemon --stop --exec /usr/sbin/smbd" >smbd_reload="killall -HUP smbd" > >nmbd_start_options="-D" >nmbd_start="start-stop-daemon --start --exec /usr/sbin/nmbd -- ${nmbd_start_options}" >nmbd_stop="start-stop-daemon --stop --exec /usr/sbin/nmbd" >nmbd_reload="killall -HUP nmbd" > >samba4_start_options="" >samba4_start="start-stop-daemon --start --exec /usr/sbin/samba -- ${samba4_start_options}" >samba4_stop="start-stop-daemon --stop --exec /usr/sbin/samba" >samba4_reload="killall -HUP samba" > >winbind_start_options="" >winbind_start="start-stop-daemon --start --exec /usr/sbin/winbindd -- ${winbind_start_options}" >winbind_stop="start-stop-daemon --stop --exec /usr/sbin/winbindd" >winbind_reload="killall -HUP winbindd" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 444016
:
330052
| 330054 |
330922