/[monit]/monit/p.y
ViewVC logotype

Diff of /monit/p.y

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

revision 1.134 by hauk, Fri Sep 26 01:04:43 2003 UTC revision 1.135 by hauk, Fri Sep 26 01:21:50 2003 UTC
# Line 1622  static void addicmp(struct IcmpSet *is) Line 1622  static void addicmp(struct IcmpSet *is)
1622            
1623    } else {    } else {
1624            
1625      log("%s: Ignoring icmp statement at line %d, not running as root.\n",      log("%s: error icmp statement at line %d, you must run as root.\n",
1626          prog, lineno-1);          prog, lineno-1);
1627        cfg_errflag++;
1628            
1629    }    }
1630        
# Line 1796  static void addeuid(uid_t uid) { Line 1797  static void addeuid(uid_t uid) {
1797      command->uid= uid;      command->uid= uid;
1798    
1799    } else {    } else {
1800        
1801      log("%s: Ignoring uid statement at line %d, not running as root.\n",      log("%s: error uid statement at line %d, you must run as root.\n",
1802          prog, lineno);          prog, lineno);
1803        cfg_errflag++;
1804    
1805    }    }
1806    
# Line 1817  static void addegid(gid_t gid) { Line 1819  static void addegid(gid_t gid) {
1819    
1820    } else {    } else {
1821    
1822      log("%s: Ignoring gid statement at line %d, not running as root.\n",      log("%s: error gid statement at line %d, you must run as root.\n",
1823          prog, lineno);          prog, lineno);
1824        cfg_errflag++;
1825    
1826    }    }
1827    

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135

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