Officially declare war on LHFS
[citadel.git] / citadel / utils / setup.c
index 09ae02b3d0ae0998b19ea70fa6c021f06e3fc9f4..710edfad5b2f977559c2a39637cdec854904a276 100644 (file)
@@ -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");