jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [rrdtimer.pl] - Diff between revs 30 and 36

Show entire file Ignore whitespace

Rev 30 Rev 36
Line 294... Line 294...
close STDIN; close STDIN;
close STDOUT; close STDOUT;
close STDERR; close STDERR;
if (open(DEVTTY, "/dev/tty")) { ioctl(DEVTTY,0x20007471,0); close DEVTTY; } if (open(DEVTTY, "/dev/tty")) { ioctl(DEVTTY,0x20007471,0); close DEVTTY; }
open STDIN,"/dev/null"; open STDIN,"/dev/null";
open STDOUT,">>/tmp/log"; # open STDOUT,">>/tmp/log";
# open STDOUT,">>/dev/null"; open STDOUT,">>/dev/null";
open STDERR,">&STDOUT"; open STDERR,">&STDOUT";
chdir "/"; chdir "/";
fork && exit 0; fork && exit 0;
print "\n\n----------------------------------------\n"; print "\n\n----------------------------------------\n";
print time,": archiver successfully forked into background and running on PID $$\n"; print time,": archiver successfully forked into background and running on PID $$\n";

Powered by WebSVN 2.2.1