#! /bin/sh /usr/share/dpatch/dpatch-run ## interpreters-path.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad dotlrn-2.3.1~/bin/ad-context-server.pl dotlrn-2.3.1/bin/ad-context-server.pl --- dotlrn-2.3.1~/bin/ad-context-server.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.3.1/bin/ad-context-server.pl 2008-03-28 12:09:20.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl ########################################################## # ArsDigita Context Server diff -urNad dotlrn-2.3.1~/bin/create-sql-drop-file.pl dotlrn-2.3.1/bin/create-sql-drop-file.pl --- dotlrn-2.3.1~/bin/create-sql-drop-file.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.3.1/bin/create-sql-drop-file.pl 2008-03-28 12:09:34.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w # @author: Jim Guggemoos created it # @author: Christian Brechbuehler some maintenance diff -urNad dotlrn-2.3.1~/bin/data-dictionary-diff.pl dotlrn-2.3.1/bin/data-dictionary-diff.pl --- dotlrn-2.3.1~/bin/data-dictionary-diff.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.3.1/bin/data-dictionary-diff.pl 2008-03-28 12:09:45.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-20 diff -urNad dotlrn-2.3.1~/bin/encode64.pl dotlrn-2.3.1/bin/encode64.pl --- dotlrn-2.3.1~/bin/encode64.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.3.1/bin/encode64.pl 2008-03-28 12:09:53.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Encode a file from stdin as base64 # diff -urNad dotlrn-2.3.1~/bin/plsql-diff.pl dotlrn-2.3.1/bin/plsql-diff.pl --- dotlrn-2.3.1~/bin/plsql-diff.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.3.1/bin/plsql-diff.pl 2008-03-28 12:10:04.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-21 diff -urNad dotlrn-2.3.1~/bin/triggers-diff.pl dotlrn-2.3.1/bin/triggers-diff.pl --- dotlrn-2.3.1~/bin/triggers-diff.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.3.1/bin/triggers-diff.pl 2008-03-28 12:10:15.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-26 diff -urNad dotlrn-2.3.1~/etc/deploy.sh dotlrn-2.3.1/etc/deploy.sh --- dotlrn-2.3.1~/etc/deploy.sh 2004-03-03 14:18:35.000000000 +0100 +++ dotlrn-2.3.1/etc/deploy.sh 2008-03-28 12:08:48.000000000 +0100 @@ -1,4 +1,4 @@ -#!/bin/bin/tclsh +#!/usr/bin/tclsh # process command line arguments foreach arg $argv { switch -glob -- $arg { diff -urNad dotlrn-2.3.1~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt dotlrn-2.3.1/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt --- dotlrn-2.3.1~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2003-06-24 05:19:17.000000000 +0200 +++ dotlrn-2.3.1/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2008-03-28 12:11:26.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/sh +#!/bin/sh # Restarts an AOLserver (daemontools version). # Takes as its only argument the name of the server to kill. # joela 06/23/2003 @@ -19,4 +19,4 @@ # meanwhile, this works: svc -d $1 -svc -u $1 \ No newline at end of file +svc -u $1