Magellan Linux

Diff of /smage/trunk/core/sudo/sudo-1.7.4p6-r1.smage2

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

revision 1083 by niro, Tue Jan 25 21:32:08 2011 UTC revision 1325 by niro, Mon Feb 7 19:08:20 2011 UTC
# Line 15  DEPEND=">= virtual/glibc" Line 15  DEPEND=">= virtual/glibc"
15  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18  MCORE_ONLY_KEEP="etc/sudoers usr/bin/sudo"  MCORE_ONLY_KEEP="etc/sudoers etc/sudoers.d usr/bin/sudo"
19  sminclude mtools mcore-split  sminclude mtools mcore-split
20    
21  SRC_URI=(  SRC_URI=(
# Line 51  src_compile() Line 51  src_compile()
51   mmake || die   mmake || die
52  }  }
53    
54  src_install()  mcore_generic_src_install()
55  {  {
56   cd ${SRCDIR}   cd ${SRCDIR}
57    
# Line 64  src_install() Line 64  src_install()
64   minstalldocs BUGS CHANGES HISTORY LICENSE PORTING \   minstalldocs BUGS CHANGES HISTORY LICENSE PORTING \
65   README RUNSON TODO TROUBLESHOOTING UPGRADE \   README RUNSON TODO TROUBLESHOOTING UPGRADE \
66   || die   || die
67    
68     # mcore-specific
69     # include configs from /etc/sudoers.d
70     minstalldir /etc/sudoers.d || die
71     mchmod 0440 /etc/sudoers.d || die
72     mcinjectfile users_reboot.sudo /etc/sudoers.d/10_users_reboot || die
73     mchmod 0440 /etc/sudoers.d/10_users_reboot || die
74  }  }

Legend:
Removed from v.1083  
changed lines
  Added in v.1325