Skip to content

Commit

Permalink
Merge pull request abrasive#59 from clee/master.
Browse files Browse the repository at this point in the history
use POSIX setsid before calling it
  • Loading branch information
albertz committed Apr 30, 2011
2 parents 2db2314 + a6ebd01 commit ba1663a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shairport.pl
Expand Up @@ -44,7 +44,7 @@
use IPC::Open2;
use Crypt::OpenSSL::RSA;
use Digest::MD5 qw/md5_hex/;
use POSIX ":sys_wait_h";
use POSIX qw/sys_wait_h setsid/;
eval "use IO::Socket::INET6;";

my $shairportversion = "0.05";
Expand Down

0 comments on commit ba1663a

Please sign in to comment.