ntpd: explain why scripts can be run in quick succession
[oweals/busybox.git] / networking / tcpudp.c
index 25b3319ec951c2491e28a5dd9deef8b81a82f8b6..d0db33b79fbef81031b26662449065ee1975aae3 100644 (file)
@@ -239,7 +239,7 @@ int tcpudpsvd_main(int argc UNUSED_PARAM, char **argv)
        client = 0;
        if ((getuid() == 0) && !(opts & OPT_u)) {
                xfunc_exitcode = 100;
-               bb_error_msg_and_die("-U ssluser must be set when running as root");
+               bb_error_msg_and_die(bb_msg_you_must_be_root);
        }
        if (opts & OPT_u)
                if (!uidgid_get(&sslugid, ssluser, 1)) {