Magellan Linux

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

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

revision 3734 by niro, Tue Jul 17 11:39:43 2012 UTC revision 3735 by niro, Tue Jul 17 12:02:54 2012 UTC
# Line 185  src_install_udev() Line 185  src_install_udev()
185   make DESTDIR=${BINDIR} install-sysvinit || die   make DESTDIR=${BINDIR} install-sysvinit || die
186    
187   # udev writerootlink rule is required by busybox   # udev writerootlink rule is required by busybox
188   make DESTDIR=${BINDIR} install-writerootlink || die   make DESTDIR=${BINDIR} udevdir=/usr/lib/udev install-writerootlink || die
189    
190   # create symlinks for these utilities to /sbin   # create symlinks for these utilities to /sbin
191   minstalldir /usr/sbin || die   minstalldir /usr/sbin || die
# Line 249  src_install_udev-dev() Line 249  src_install_udev-dev()
249    
250  preinstall_udev()  preinstall_udev()
251  {  {
252     add_conf_prot_mask /etc/udev /etc/env.d /etc/rc.d/init.d /etc/modprobe.d
253    
254   if [[ ! -z $(magequery -n hotplug) ]]   if [[ ! -z $(magequery -n hotplug) ]]
255   then   then
256   echo -e ${COLRED}   echo -e ${COLRED}

Legend:
Removed from v.3734  
changed lines
  Added in v.3735