randomconfig fixes
[oweals/busybox.git] / miscutils / partprobe.c
index 2c12a7d204ce51cbac7d742069411c4bc83cc4e7..0abed6ff1984f8c0b6746f4b023b6cd8bd14f9d9 100644 (file)
@@ -5,13 +5,13 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config PARTPROBE
-//config:      bool "partprobe (3.6 kb)"
+//config:      bool "partprobe (3.5 kb)"
 //config:      default y
 //config:      select PLATFORM_LINUX
 //config:      help
 //config:      Ask kernel to rescan partition table.
 
-//applet:IF_PARTPROBE(APPLET(partprobe, BB_DIR_USR_SBIN, BB_SUID_DROP))
+//applet:IF_PARTPROBE(APPLET_NOEXEC(partprobe, partprobe, BB_DIR_USR_SBIN, BB_SUID_DROP, partprobe))
 
 //kbuild:lib-$(CONFIG_PARTPROBE) += partprobe.o