diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index b5c2b6e7..30177015 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -788,12 +788,11 @@ start_stop_daemon(int argc, char **argv) background = true; break; - case 'u': /* --user | */ case 'c': /* --chuid | */ - { /* DEPRECATED */ ewarn("WARNING: -c/--chuid is deprecated and will be removed in the future, please use -u/--user instead"); - + case 'u': /* --user | */ + { p = optarg; tmp = strsep(&p, ":"); changeuser = xstrdup(tmp);