if no busybox.conf file is existant.
return;
}
else {
+#ifndef CONFIG_FEATURE_SUID_CONFIG_QUIET
static int onetime = 0;
if ( !onetime ) {
onetime = 1;
fprintf ( stderr, "Using fallback suid method\n" );
}
+#endif
}
#endif
if [ "$CONFIG_FEATURE_SUID" = "y" ]; then
bool ' Runtime configuration via /etc/busybox.conf' CONFIG_FEATURE_SUID_CONFIG
fi
+if [ "$CONFIG_FEATURE_SUID_CONFIG" = "y" ]; then
+ bool ' Suppress message if config file is not readable' CONFIG_FEATURE_SUID_CONFIG_QUIET
+fi
endmenu
source archival/config.in