Ignore:
Timestamp:
05/01/09 06:18:43 (4 years ago)
Author:
alanbach-guest
Message:
  • More cleanup and more clean and quiet outputs
Location:
pkg/kev/main/initscripts-parsix-live/trunk/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pkg/kev/main/initscripts-parsix-live/trunk/debian/changelog

    r5150 r5151  
     1initscripts-parsix-live (1.1.7) unstable; urgency=low 
     2 
     3  * More cleanup and more clean and quiet outputs 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Thu, 30 Apr 2009 21:17:44 -0700 
     6 
    17initscripts-parsix-live (1.1.6) unstable; urgency=low 
    28 
  • pkg/kev/main/initscripts-parsix-live/trunk/debian/live-autoconfig.init

    r5150 r5151  
    931931        mkdir -p /media 
    932932        if ! pidof udevd >&-; then 
    933         RUNLEVEL=S /etc/init.d/udev start &>/dev/null 
    934                 # load capability LSM (needed for hal) 
    935                 modprobe capability &>/dev/null 
    936                 #if [ -x /etc/init.d/dbus-1 ]; then 
    937                 #       /etc/init.d/dbus-1 start &>/dev/null 
    938                 #elif [ -x /etc/init.d/dbus ]; then 
    939                 #       /etc/init.d/dbus start &>/dev/null 
    940                 #fi 
     933           RUNLEVEL=S /etc/init.d/udev start &>/dev/null 
    941934        fi                                                                                                            
    942935fi 
     
    13331326 
    13341327echo " ${GREEN}Starting ${YELLOW}DBUS${GREEN} ...${NORMAL}" 
    1335 /etc/init.d/dbus start 
     1328/etc/init.d/dbus start &>/dev/null 
    13361329 
    13371330echo " ${GREEN}Starting ${YELLOW}HAL${GREEN} ...${NORMAL}" 
    1338 /etc/init.d/hal start 
    1339  
     1331# load capability LSM (needed for hal) 
     1332modprobe capability &>/dev/null 
     1333/etc/init.d/hal start &>/dev/null 
     1334 
     1335# Kev is using NetworkManager by default 
    13401336echo " ${GREEN}Starting ${YELLOW}NetworkManager${GREEN} ...${NORMAL}" 
    1341 /etc/init.d/network-manager start 
    1342  
     1337/etc/init.d/network-manager start &>/dev/null 
    13431338 
    13441339findfile(){ 
Note: See TracChangeset for help on using the changeset viewer.