diff options
| author | Paul Buetow <paul@buetow.org> | 2011-03-17 08:02:27 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-03-17 08:02:27 +0000 |
| commit | c0c2d506b4151a38178321e94276836dde52d169 (patch) | |
| tree | 0e867b0edf54b0950fd7ac05b61d276ad305c458 | |
| parent | ee5e8bcb9b436c38f826304d49debf9d770bc877 (diff) | |
./lib and ./conf added.
| -rw-r--r-- | CHANGELOG | 1 | ||||
| -rw-r--r-- | conf/perldaemon.conf (renamed from perldaemon.conf) | 0 | ||||
| -rw-r--r-- | control.sh | 2 | ||||
| -rw-r--r-- | lib/Logger.pm (renamed from Logger.pm) | 0 | ||||
| -rw-r--r-- | lib/PerlDaemon.pl (renamed from PerlDaemon.pl) | 0 | ||||
| -rw-r--r-- | lib/RunModule.pm (renamed from RunModule.pm) | 0 |
6 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ Do 17. Mär 08:58:18 CET 2011 * Renamed DaemonLogic into RunModule +* Added ./conf and ./lib subdirs and moved stuff into it Fr 11. Mär 08:54:39 CET 2011 * New property: daemon.loopinterval diff --git a/perldaemon.conf b/conf/perldaemon.conf index efe4262..efe4262 100644 --- a/perldaemon.conf +++ b/conf/perldaemon.conf @@ -2,7 +2,7 @@ case $1 in start) - perl PerlDaemon.pl perldaemon.conf + perl ./lib/PerlDaemon.pl ./conf/perldaemon.conf ;; stop) diff --git a/Logger.pm b/lib/Logger.pm index f6c16e8..f6c16e8 100644 --- a/Logger.pm +++ b/lib/Logger.pm diff --git a/PerlDaemon.pl b/lib/PerlDaemon.pl index 4e8ec3a..4e8ec3a 100644 --- a/PerlDaemon.pl +++ b/lib/PerlDaemon.pl diff --git a/RunModule.pm b/lib/RunModule.pm index a063faa..a063faa 100644 --- a/RunModule.pm +++ b/lib/RunModule.pm |
