svn commit: trunk/busybox/include

vapier at busybox.net vapier at busybox.net
Fri Feb 15 01:43:22 UTC 2008


Author: vapier
Date: 2008-02-14 17:43:22 -0800 (Thu, 14 Feb 2008)
New Revision: 21025

Log:
sendmail is lexically after selinux, so fix the order

Modified:
   trunk/busybox/include/applets.h


Changeset:
Modified: trunk/busybox/include/applets.h
===================================================================
--- trunk/busybox/include/applets.h	2008-02-15 01:42:28 UTC (rev 21024)
+++ trunk/busybox/include/applets.h	2008-02-15 01:43:22 UTC (rev 21025)
@@ -300,8 +300,8 @@
 USE_RUNSVDIR(APPLET(runsvdir, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
 USE_RX(APPLET(rx, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
 USE_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER))
+USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
 USE_SENDMAIL(APPLET_ODDNAME(sendmail, sendgetmail, _BB_DIR_USR_BIN, _BB_SUID_NEVER, sendmail))
-USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
 USE_SEQ(APPLET_NOFORK(seq, seq, _BB_DIR_USR_BIN, _BB_SUID_NEVER, seq))
 USE_SESTATUS(APPLET(sestatus, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
 USE_SETARCH(APPLET(setarch, _BB_DIR_BIN, _BB_SUID_NEVER))




More information about the busybox-cvs mailing list