Bug 6299 - typo in /etc/rc.d/rc
Summary: typo in /etc/rc.d/rc
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: startup (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-22 13:14 MSK by Anton Farygin
Modified: 2005-09-12 15:26 MSD (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Farygin 2005-03-22 13:14:38 MSK
В самом конце скрипта:

if [ "$runlevel" != 0 && "$runlevel" != 6 ]; then

Правильно будет:
if [ "$runlevel" != 0 ] && [ "$runlevel" != 6 ]; then
Comment 1 Dmitry V. Levin 2005-03-22 15:28:00 MSK
Да, от спешки один вред.
Fixed in startup-0.9.5.1-alt1