Magellan Linux

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

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

revision 11292 by niro, Fri Mar 2 13:02:32 2012 UTC revision 11293 by niro, Fri Mar 2 13:09:25 2012 UTC
# Line 38  SRC_URI=( Line 38  SRC_URI=(
38   mirror://${PNAME}/${PNAME}-4.1.2.1-defaults.patch   mirror://${PNAME}/${PNAME}-4.1.2.1-defaults.patch
39   mirror://${PNAME}/${PNAME}-${PVER}-missing-include.patch   mirror://${PNAME}/${PNAME}-${PVER}-missing-include.patch
40   mirror://${PNAME}/${PNAME}-${PVER}-nscd-error-reporting.patch   mirror://${PNAME}/${PNAME}-${PVER}-nscd-error-reporting.patch
41     mirror://${PNAME}/${PNAME}-${PVER}-write-utmp-wtmp-entries.patch
42     mirror://${PNAME}/${PNAME}-${PVER}-userdel-avoid-bad-mem-access.patch
43  )  )
44    
45  UP2DATE="updatecmd ${HOMEPAGE} | grep 'New release' | sed 's/.*: \(.*\).*/\1/;q'"  UP2DATE="updatecmd ${HOMEPAGE} | grep 'New release' | sed 's/.*: \(.*\).*/\1/;q'"
# Line 55  src_prepare() Line 57  src_prepare()
57   # fix nscd error handling   # fix nscd error handling
58   mpatch ${PNAME}-${PVER}-nscd-error-reporting.patch || die   mpatch ${PNAME}-${PVER}-nscd-error-reporting.patch || die
59    
60     # revert change to login preventing utmp/wtmp writes
61     mpatch ${PNAME}-${PVER}-write-utmp-wtmp-entries.patch || die
62    
63     # fix x86 userdel crash
64     mpatch ${PNAME}-${PVER}-userdel-avoid-bad-mem-access.patch || die
65    
66   # do not build 'groups'; coreutils provide a better version   # do not build 'groups'; coreutils provide a better version
67   all-abis "sed -i 's/groups$(EXEEXT) //' src/Makefile.in" || die   all-abis "sed -i 's/groups$(EXEEXT) //' src/Makefile.in" || die
68   all-abis "sed -i '/groups/d' man/Makefile.in" || die   all-abis "sed -i '/groups/d' man/Makefile.in" || die

Legend:
Removed from v.11292  
changed lines
  Added in v.11293