Magellan Linux

Diff of /alx-src/trunk/alxconfig-ng/install.sh

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

revision 242 by niro, Tue Apr 12 20:46:52 2005 UTC revision 243 by niro, Tue Apr 12 20:58:20 2005 UTC
# Line 21  do Line 21  do
21   /etc/rc.d/init.d/"${i}"   /etc/rc.d/init.d/"${i}"
22  done  done
23    
24    # lib bins
25    install -d /usr/lib/alxconfig-ng/bin
26    for i in bin/user_shutdown.sh \
27     bin/user_reboot.sh
28    do
29     install -m 0755 -o root -g root \
30     ${i} \
31     /usr/lib/alxconfig-ng/bin
32    done
33    
34  # functions  # functions
35  for i in config_network.sh \  for i in config_network.sh \
36   config_printers.sh \   config_printers.sh \

Legend:
Removed from v.242  
changed lines
  Added in v.243