Bug 8790

Summary: [!!] rpm -e hardware results inconfiguration damage
Product: Sisyphus Reporter: Michael Shigorin <mike>
Component: hardwareAssignee: Anton Farygin <rider>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: major    
Priority: P2    
Version: unstable   
Hardware: all   
OS: Linux   

Description Michael Shigorin 2006-01-03 18:29:50 MSK
Антон, а можешь пояснить смысл так делать?  Оно чему-то мешает?
Удаление конфигурации, к которой мог приложить руку человек -- IMCO недопустимо.

--- /etc/init.d/hardware
stop() {
        if [ -h /etc/X11/xorg.conf ] && [ "`readlink /etc/X11/xorg.conf`" ==
"xorg.conf.auto" ];then
            action "Remove Xorg configuration" rm -f /etc/X11/xorg.conf
/etc/X11/xorg.conf.auto
        fi
        RETVAL=$?
        return $RETVAL
}
Comment 1 Anton Farygin 2006-01-10 17:12:13 MSK
В твоём вопросе есть ответ.