forked from pool/perl-IPC-Run
17 lines
367 B
Diff
17 lines
367 B
Diff
|
|
--- abuse/timers
|
||
|
|
+++ abuse/timers
|
||
|
|
@@ -1,4 +1,4 @@
|
||
|
|
-#!/usr/local/lib/perl -w
|
||
|
|
+#!/usr/bin/perl -w
|
||
|
|
|
||
|
|
use strict ;
|
||
|
|
use IPC::Run qw( :all ) ;
|
||
|
|
--- eg/run_daemon
|
||
|
|
+++ eg/run_daemon
|
||
|
|
@@ -1,4 +1,4 @@
|
||
|
|
-#!/usr/local/bin/perl -w
|
||
|
|
+#!/usr/bin/perl -w
|
||
|
|
|
||
|
|
## An example of how to daemonize. See the IPC::Run LIMITATIONS section for
|
||
|
|
## some reasons why this can be a bit dangerous.
|