Magellan Linux

Diff of /alx-src/tags/alxconf_20060908_13/install.sh

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

alx-src/trunk/alxconfig-ng/install.sh revision 269 by niro, Tue Apr 19 17:29:08 2005 UTC alx-src/branches/alxconf_20060908/install.sh revision 1584 by niro, Tue Nov 23 12:31:43 2010 UTC
# Line 14  done Line 14  done
14  install -m 0755 -o root -g root \  install -m 0755 -o root -g root \
15   bin/X-no-wm.sh \   bin/X-no-wm.sh \
16   /usr/sbin/X-no-wm   /usr/sbin/X-no-wm
17    install -m 0755 -o root -g root \
18     bin/update-alx.sh \
19     /usr/sbin/update-alx
20    
21    # inits
22  for i in alxsetstate alxsettings xdm-alx  for i in alxsetstate alxsettings xdm-alx
23  do  do
24   install -m 0755 -o root -g root \   install -m 0755 -o root -g root \
# Line 39  for i in config_network.sh \ Line 44  for i in config_network.sh \
44   config_auth.sh \   config_auth.sh \
45   config_ssh_auth.sh \   config_ssh_auth.sh \
46   config_modules.sh \   config_modules.sh \
47     config_versions.sh \
48   mysqlfunctions \   mysqlfunctions \
49   serial_functions.sh   serial_functions.sh
50  do  do

Legend:
Removed from v.269  
changed lines
  Added in v.1584