randomconfig fixes
[oweals/busybox.git] / miscutils / partprobe.c
index 787def8cd241974fe03090f297e3368e178a9b91..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.
+//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