Bug 4354

Summary: samba-2.0.5a-1.i386.rpm update doesn't create start links
Product: [Retired] Red Hat Linux Reporter: stanonik
Component: sambaAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-08-16 17:27:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description stanonik 1999-08-04 18:02:34 UTC
The /etc/rc.d/init.d/smb contains
	# chkconfig: - 91 35
The - disables creation of any start links.

Comment 1 Bill Nottingham 1999-08-04 18:11:59 UTC
samba isn't started by default any more. If you'd like to run
it in, say, runlevels 3 and 5, do:

chkconfig --add smb
chkconfig --level 35 smb on