Removed support for Solaris, which has been dead for at least five years.
[citadel.git] / citadel / utils / setup.c
index 7cb2f811d6db3678247d03acebb6cb21a68de11c..619b8b27e168ee02eadec2067833bc858cf91dbf 100644 (file)
@@ -482,7 +482,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 uses Solaris anymore?
+       // Now try to restart the service.  (This only works on systemd; others will need to restart it manually.)
        rv = system("systemctl restart xinetd >/dev/null 2>&1");
        if (rv != 0) {
                rv = system("service xinetd restart >/dev/null 2>&1");