Bug 6299

Summary: typo in /etc/rc.d/rc
Product: Sisyphus Reporter: Anton Farygin <rider>
Component: startupAssignee: Alexey Gladkov <legion>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: ldv, legion
Version: unstable   
Hardware: all   
OS: Linux   

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