Magellan Linux

Diff of /trunk/core/systemd/systemd-185-r1.smage2

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

revision 12657 by niro, Tue Jun 26 18:11:08 2012 UTC revision 12658 by niro, Tue Jun 26 18:12:54 2012 UTC
# Line 215  then Line 215  then
215  echo "Include SysV init Compat symlinks"  echo "Include SysV init Compat symlinks"
216   # create SysV compatibility symlinks. systemctl/systemd are smart   # create SysV compatibility symlinks. systemctl/systemd are smart
217   # enough to detect in which way they are called.   # enough to detect in which way they are called.
218   minstalldir /sbin || die   minstalldir /usr/sbin || die
219   mlink ../usr/lib/systemd/systemd /sbin/init || die   mlink ../lib/systemd/systemd /usr/sbin/init || die
220   local i   local i
221   for i in reboot halt poweroff shutdown telinit runlevel   for i in reboot halt poweroff shutdown telinit runlevel
222   do   do
223   mlink ../usr/bin/systemctl /sbin/${i} || die   mlink ../bin/systemctl /usr/sbin/${i} || die
224   done   done
225  else  else
226  echo "Using sysvinit package for SysV compat"  echo "Using sysvinit package for SysV compat"

Legend:
Removed from v.12657  
changed lines
  Added in v.12658