Magellan Linux

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

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

revision 33028 by niro, Wed Oct 9 18:10:52 2019 UTC revision 33029 by niro, Thu Oct 10 05:47:09 2019 UTC
# Line 428  fi Line 428  fi
428   # we create all wants links manually at installation time to make sure   # we create all wants links manually at installation time to make sure
429   # they are not owned and hence overriden by mage after the user deleted   # they are not owned and hence overriden by mage after the user deleted
430   # them.   # them.
431   rm -r ${BINDIR}/etc/systemd/system/*.target.wants || die  # rm -r ${BINDIR}/etc/systemd/system/*.target.wants || die
432   # but make sure these directories are properly owned   # but make sure these directories are properly owned
433   mkeepdir /usr/lib/systemd/system/basic.target.wants || die   mkeepdir /usr/lib/systemd/system/basic.target.wants || die
434   mkeepdir /usr/lib/systemd/system/default.target.wants || die   mkeepdir /usr/lib/systemd/system/default.target.wants || die
# Line 1061  postinstall_systemd() Line 1061  postinstall_systemd()
1061   if [[ -L ${MROOT}/var/lib/systemd/timesync ]]   if [[ -L ${MROOT}/var/lib/systemd/timesync ]]
1062   then   then
1063   rm ${MROOT}/var/lib/systemd/timesync   rm ${MROOT}/var/lib/systemd/timesync
1064     if [[ -d ${MROOT}/var/lib/private/systemd/timesync ]]
1065     then
1066     mv ${MROOT}/var/lib/private/systemd/timesync ${MROOT}/var/lib/systemd/timesync
1067     fi
1068   fi   fi
1069    
1070   if [[ -z ${MROOT} ]] ||  [[ ${MROOT} = / ]]   if [[ -z ${MROOT} ]] ||  [[ ${MROOT} = / ]]

Legend:
Removed from v.33028  
changed lines
  Added in v.33029