Magellan Linux

Diff of /trunk/core/shadow/shadow-4.1.5.1-r1.smage2

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

revision 12695 by niro, Thu Jun 28 10:55:12 2012 UTC revision 12696 by niro, Thu Jun 28 10:58:15 2012 UTC
# Line 38  SRC_URI=( Line 38  SRC_URI=(
38   mirror://${PNAME}/pamd-systemauth/passwd   mirror://${PNAME}/pamd-systemauth/passwd
39   mirror://${PNAME}/${PNAME}-4.1.2.1-defaults.patch   mirror://${PNAME}/${PNAME}-4.1.2.1-defaults.patch
40   mirror://${PNAME}/${PNAME}-4.1.5-missing-include.patch   mirror://${PNAME}/${PNAME}-4.1.5-missing-include.patch
  mirror://${PNAME}/${PNAME}-4.1.5-write-utmp-wtmp-entries.patch  
  mirror://${PNAME}/${PNAME}-4.1.5-userdel-avoid-bad-mem-access.patch  
41  )  )
42    
43  UP2DATE="updatecmd ${HOMEPAGE} | grep 'New release' | sed 's/.*: \(.*\).*/\1/;q'"  UP2DATE="updatecmd ${HOMEPAGE} | grep 'New release' | sed 's/.*: \(.*\).*/\1/;q'"
# Line 54  src_prepare() Line 52  src_prepare()
52   # fix a missing include   # fix a missing include
53   mpatch ${PNAME}-4.1.5-missing-include.patch || die   mpatch ${PNAME}-4.1.5-missing-include.patch || die
54    
  # revert change to login preventing utmp/wtmp writes  
  mpatch -RNp1 ${PNAME}-4.1.5-write-utmp-wtmp-entries.patch || die  
   
  # fix x86 userdel crash  
  mpatch ${PNAME}-4.1.5-userdel-avoid-bad-mem-access.patch || die  
   
55   # do not build 'groups'; coreutils provide a better version   # do not build 'groups'; coreutils provide a better version
56   all-abis "sed -i 's/groups$(EXEEXT) //' src/Makefile.in" || die   all-abis "sed -i 's/groups$(EXEEXT) //' src/Makefile.in" || die
57   all-abis "sed -i '/groups/d' man/Makefile.in" || die   all-abis "sed -i '/groups/d' man/Makefile.in" || die

Legend:
Removed from v.12695  
changed lines
  Added in v.12696