diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/mediaserv/mediaserv.no_daemon.patch | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/mediaserv/mediaserv.no_daemon.patch')
-rw-r--r-- | abs/extra-testing/mediaserv/mediaserv.no_daemon.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/abs/extra-testing/mediaserv/mediaserv.no_daemon.patch b/abs/extra-testing/mediaserv/mediaserv.no_daemon.patch deleted file mode 100644 index b659354..0000000 --- a/abs/extra-testing/mediaserv/mediaserv.no_daemon.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- mediaserv/mediaserv.orig 2009-06-15 03:16:53.000000000 +0000 -+++ mediaserv/mediaserv 2009-06-15 03:17:29.000000000 +0000 -@@ -608,10 +608,10 @@ - # daemonize - daemonize the parent/control app - # - sub daemonize { -- my $pid = fork; # Fork off the main process -- defined ($pid) or die "Cannot start daemon: $!"; -- print "Parent daemon running.\n" if $pid; # If we have a PID, the parent daemonized okay -- exit if $pid; # Return control to the user -+# my $pid = fork; # Fork off the main process -+# defined ($pid) or die "Cannot start daemon: $!"; -+ print "Parent daemon running.\n" ; # If we have a PID, the parent daemonized okay -+# exit if $pid; # Return control to the user - - # Now we're a daemonized parent process! - |