8
0
forked from pool/perl-IPC-Run

Accepting request 36163 from devel:languages:perl

checked in (request 36163)

OBS-URL: https://build.opensuse.org/request/show/36163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=10
This commit is contained in:
OBS User autobuild
2010-03-31 17:37:46 +00:00
committed by Git OBS Bridge
parent cdd7280c6a
commit 0c65785bde
5 changed files with 4 additions and 15 deletions

View File

@@ -1,24 +0,0 @@
--- abuse/blocking_debug_with_sub_coprocess
+++ abuse/blocking_debug_with_sub_coprocess
@@ -1,4 +1,4 @@
-#!/opt/i386-linux/perl/bin/perl -w
+#!/usr/bin/perl -w
## Submitted by Blair Zajac <blair@orcaware.com>
--- 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.