X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;h=710edfad5b2f977559c2a39637cdec854904a276;hb=f614f64351a5df98ebc837c973772cebb8171bd4;hp=09ae02b3d0ae0998b19ea70fa6c021f06e3fc9f4;hpb=c6dc46af563125cbab57cf24af180125c01f72d4;p=citadel.git diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 09ae02b3d..710edfad5 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -507,7 +507,7 @@ void check_xinetd_entry(void) ); fclose(fp); - /* Now try to restart the service. This will not have the intended effect on Solaris, but who the hell uses Solaris anymore? */ + /* Now try to restart the service. This will not have the intended effect on Solaris, but who uses Solaris anymore? */ rv = system("systemctl restart xinetd >/dev/null 2>&1"); if (rv != 0) { rv = system("service xinetd restart >/dev/null 2>&1");