Bug 60015
| Summary: | Stop scripts are not linked by running chkconfig. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Steven W. Orr <steveo> |
| Component: | chkconfig | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED WORKSFORME | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-02-19 02:39:56 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
Steven W. Orr
2002-02-19 02:12:53 UTC
I can't reproduce this here. [root@nostromo notting]# chkconfig --del sendmail [root@nostromo notting]# ls /etc/rc*.d/*sendmail ls: /etc/rc*.d/*sendmail: No such file or directory [root@nostromo notting]# chkconfig --add sendmail [root@nostromo notting]# ls /etc/rc*.d/*sendmail /etc/rc0.d/K30sendmail /etc/rc3.d/S80sendmail /etc/rc6.d/K30sendmail /etc/rc1.d/K30sendmail /etc/rc4.d/S80sendmail /etc/rc2.d/S80sendmail /etc/rc5.d/S80sendmail All the proper links are created. |