SUBDIRS = doc src
install-data-local:
- $(INSTALL) -d $(DESTDIR)${localstatedir}
+ $(INSTALL) -d $(DESTDIR)${localstatedir}/log
+ $(INSTALL) -d $(DESTDIR)${localstatedir}/run
* Full path and filename for storing the process ID of the running
* HOPM.
*/
- pidfile = "/some/path/var/hopm.pid";
+ pidfile = "/some/path/var/run/hopm.pid";
/*
* How long to store the IP address of hosts which are confirmed
* the scan in question can be useful. Leave commented for no
* logging.
*/
-# scanlog = "/some/path/var/scan.log";
+# scanlog = "/some/path/var/log/scan.log";
};
SUBDIRS = libopm
bin_PROGRAMS = hopm
-AM_CPPFLAGS = -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)\""
+AM_CPPFLAGS = -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)/log\""
AM_YFLAGS = -d
hopm_SOURCES = compat.c \