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 1272 by niro, Thu Jan 27 23:46:51 2011 UTC revision 1273 by niro, Fri Feb 4 21:47:20 2011 UTC
# Line 64  mcore_generic_src_install() Line 64  mcore_generic_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 04400 /etc/sudoers.d/10_users_reboot || die
74  }  }

Legend:
Removed from v.1272  
changed lines
  Added in v.1273