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

Diff of /monit/files.c

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

revision 1.41 by hauk, Sat Oct 25 19:17:10 2003 UTC revision 1.42 by hauk, Mon Nov 3 14:46:55 2003 UTC
# Line 102  void init_files() { Line 102  void init_files() {
102    /* Set the location of the programs state file */    /* Set the location of the programs state file */
103    if(Run.statefile == NULL) {    if(Run.statefile == NULL) {
104    
105      snprintf(statefile, STRLEN, "%s/.%s", Run.Env.home, MYPSTATEFILE);      snprintf(statefile, STRLEN, "%s/.%s", Run.Env.home, MYSTATEFILE);
106            
107      Run.statefile= xstrdup(statefile);      Run.statefile= xstrdup(statefile);
108    

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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