/[monit]/monit/util.c
ViewVC logotype

Diff of /monit/util.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by hauk, Tue Dec 17 19:55:17 2002 UTC revision 1.49 by martinp, Tue Dec 17 20:20:57 2002 UTC
# Line 385  void printrunlist() { Line 385  void printrunlist() {
385        
386    if(Run.dohttpd) {    if(Run.dohttpd) {
387            
     printf(" %-18s = %d\n", "httpd portnumber", Run.httpdport);  
388      printf(" %-18s = %s\n", "httpd bind address",      printf(" %-18s = %s\n", "httpd bind address",
389             Run.bind_addr?Run.bind_addr:"Any/All");             Run.bind_addr?Run.bind_addr:"Any/All");
390        printf(" %-18s = %d\n", "httpd portnumber", Run.httpdport);
391      printf(" %-18s = %s\n", "Use ssl encryption", Run.httpdssl?"True":"False");      printf(" %-18s = %s\n", "Use ssl encryption", Run.httpdssl?"True":"False");
392    
393      if(Run.httpdssl) {      if(Run.httpdssl) {

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26