Magellan Linux

Diff of /alx-src/branches/alxconf-060/init.d/alxsetstate

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2141 by niro, Tue May 17 10:51:57 2011 UTC revision 3479 by niro, Mon Apr 16 08:33:55 2012 UTC
# Line 16  source $rc_functions Line 16  source $rc_functions
16  # mysql settings  # mysql settings
17  source /etc/alxconfig-ng/config.rc  source /etc/alxconfig-ng/config.rc
18  # helper functions  # helper functions
19  source /usr/lib/alxconfig-ng/functions/mysqlfunctions  source ${ALX_FUNCTIONS}/mysqlfunctions
20  source /usr/lib/alxconfig-ng/functions/serial_functions  source ${ALX_FUNCTIONS}/serial_functions
21  source /usr/lib/alxconfig-ng/functions/common  source ${ALX_FUNCTIONS}/common
22    
23  # unset vars which may kill us  # unset vars which may kill us
24  unset ALX_SERIAL ALX_STATE ALX_IFACE  unset ALX_SERIAL ALX_STATE ALX_IFACE
# Line 159  case $1 in Line 159  case $1 in
159   evaluate_retval   evaluate_retval
160   ;;   ;;
161   *)   *)
162   echo "Usage: $0 {start|stop} ..."   rc_echo "Usage: $0 {start|stop} ..."
163   ;;   ;;
164  esac  esac
165    

Legend:
Removed from v.2141  
changed lines
  Added in v.3479