Magellan Linux

Diff of /smage/trunk/core/shadow/shadow-4.1.4.3-r1.smage2

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

revision 1373 by niro, Tue Mar 1 18:46:16 2011 UTC revision 1374 by niro, Tue Mar 1 18:46:57 2011 UTC
# Line 43  SRC_URI=( Line 43  SRC_URI=(
43   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
44   mirror://${PNAME}/securetty   mirror://${PNAME}/securetty
45   mirror://${PNAME}/${PNAME}-4.1.2.1-defaults.patch   mirror://${PNAME}/${PNAME}-4.1.2.1-defaults.patch
46   mirror://${PNAME}/${PNAME}-${PVER}-groupmod-username.patch   mirror://${PNAME}/${PNAME}-4.1.4.2-groupmod-username.patch
47  )  )
48    
49  UP2DATE="updatecmd ${HOMEPAGE} | grep 'New release' | sed 's/.*: \(.*\).*/\1/;q'"  UP2DATE="updatecmd ${HOMEPAGE} | grep 'New release' | sed 's/.*: \(.*\).*/\1/;q'"
# Line 57  src_prepare() Line 57  src_prepare()
57    
58   # fixes username issues with groupadd if pam is enabled   # fixes username issues with groupadd if pam is enabled
59   # see: http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/2009-November/007850.html   # see: http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/2009-November/007850.html
60   mpatch ${PNAME}-${PVER}-groupmod-username.patch || die   mpatch ${PNAME}-4.1.4.2-groupmod-username.patch || die
61    
62   # do not build 'groups'; coreutils provide a better version   # do not build 'groups'; coreutils provide a better version
63   all-abis "sed -i 's/groups$(EXEEXT) //' src/Makefile.in" || die   all-abis "sed -i 's/groups$(EXEEXT) //' src/Makefile.in" || die

Legend:
Removed from v.1373  
changed lines
  Added in v.1374