summaryrefslogtreecommitdiff
path: root/FS/FS/Daemon.pm
diff options
context:
space:
mode:
authorivan <ivan>2006-03-17 14:56:27 +0000
committerivan <ivan>2006-03-17 14:56:27 +0000
commit96fde39e747fdc5c618b5a92ec354384931cf317 (patch)
treee584f180dceb44af2ee7d948a25ad1b16752211b /FS/FS/Daemon.pm
parent28dce0fc53d43134dcfcbfab1d8805094ae89789 (diff)
use IO::File, lucky this never threw an error...
Diffstat (limited to 'FS/FS/Daemon.pm')
-rw-r--r--FS/FS/Daemon.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Daemon.pm b/FS/FS/Daemon.pm
index 3e64f79..7e0d45c 100644
--- a/FS/FS/Daemon.pm
+++ b/FS/FS/Daemon.pm
@@ -5,6 +5,7 @@ use vars qw( $pid_dir $me $pid_file $sigint $sigterm $logfile );
use Exporter;
use Fcntl qw(:flock);
use POSIX qw(setsid);
+use IO::File;
use Date::Format;
#this is a simple refactoring of the stuff from freeside-queued, just to