#! /bin/sh /usr/share/dpatch/dpatch-run ## interpreters-path.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fixes some paths for interpreters on scripts. @DPATCH@ diff -urNad dotlrn-2.4.1~/bin/ad-context-server.pl dotlrn-2.4.1/bin/ad-context-server.pl --- dotlrn-2.4.1~/bin/ad-context-server.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.4.1/bin/ad-context-server.pl 2008-08-04 13:07:55.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl ########################################################## # ArsDigita Context Server diff -urNad dotlrn-2.4.1~/bin/create-sql-drop-file.pl dotlrn-2.4.1/bin/create-sql-drop-file.pl --- dotlrn-2.4.1~/bin/create-sql-drop-file.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.4.1/bin/create-sql-drop-file.pl 2008-08-04 13:07:36.000000000 +0200 @@ -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.4.1~/bin/data-dictionary-diff.pl dotlrn-2.4.1/bin/data-dictionary-diff.pl --- dotlrn-2.4.1~/bin/data-dictionary-diff.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.4.1/bin/data-dictionary-diff.pl 2008-08-04 13:07:09.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-20 diff -urNad dotlrn-2.4.1~/bin/encode64.pl dotlrn-2.4.1/bin/encode64.pl --- dotlrn-2.4.1~/bin/encode64.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.4.1/bin/encode64.pl 2008-08-04 13:06:53.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Encode a file from stdin as base64 # diff -urNad dotlrn-2.4.1~/bin/plsql-diff.pl dotlrn-2.4.1/bin/plsql-diff.pl --- dotlrn-2.4.1~/bin/plsql-diff.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.4.1/bin/plsql-diff.pl 2008-08-04 13:06:40.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-21 diff -urNad dotlrn-2.4.1~/bin/triggers-diff.pl dotlrn-2.4.1/bin/triggers-diff.pl --- dotlrn-2.4.1~/bin/triggers-diff.pl 2001-03-13 23:59:26.000000000 +0100 +++ dotlrn-2.4.1/bin/triggers-diff.pl 2008-08-04 13:06:16.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-26 diff -urNad dotlrn-2.4.1~/etc/deploy.sh dotlrn-2.4.1/etc/deploy.sh --- dotlrn-2.4.1~/etc/deploy.sh 2004-03-03 14:18:35.000000000 +0100 +++ dotlrn-2.4.1/etc/deploy.sh 2008-08-04 13:08:12.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/bin/tclsh +#!/usr/bin/tclsh # process command line arguments foreach arg $argv { switch -glob -- $arg { diff -urNad dotlrn-2.4.1~/etc/install/functions.sh dotlrn-2.4.1/etc/install/functions.sh --- dotlrn-2.4.1~/etc/install/functions.sh 2004-04-25 11:32:27.000000000 +0200 +++ dotlrn-2.4.1/etc/install/functions.sh 2008-08-04 13:04:59.000000000 +0200 @@ -1,3 +1,4 @@ +#!/bin/sh # Access config parameters in the TCL file through this function get_config_param () { diff -urNad dotlrn-2.4.1~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt dotlrn-2.4.1/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt --- dotlrn-2.4.1~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2003-06-24 05:19:17.000000000 +0200 +++ dotlrn-2.4.1/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2008-08-04 13:05:58.000000000 +0200 @@ -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 diff -urNad dotlrn-2.4.1~/packages/acs-lang/bin/functions.sh dotlrn-2.4.1/packages/acs-lang/bin/functions.sh --- dotlrn-2.4.1~/packages/acs-lang/bin/functions.sh 2003-10-31 13:58:29.000000000 +0100 +++ dotlrn-2.4.1/packages/acs-lang/bin/functions.sh 2008-08-04 13:04:19.000000000 +0200 @@ -1,3 +1,4 @@ +#!/bin/sh # Functions re-used by scripts in acs-lang/bin # # @author Peter Marklund diff -urNad dotlrn-2.4.1~/packages/theme-selva/www/doc/howto/images.pl dotlrn-2.4.1/packages/theme-selva/www/doc/howto/images.pl --- dotlrn-2.4.1~/packages/theme-selva/www/doc/howto/images.pl 2005-07-26 16:28:31.000000000 +0200 +++ dotlrn-2.4.1/packages/theme-selva/www/doc/howto/images.pl 2008-08-04 13:03:31.000000000 +0200 @@ -1,3 +1,4 @@ +#!/usr/bin/perl # LaTeX2HTML 2002-2-1 (1.70) # Associate images original text with physical files. diff -urNad dotlrn-2.4.1~/packages/theme-selva/www/doc/howto/labels.pl dotlrn-2.4.1/packages/theme-selva/www/doc/howto/labels.pl --- dotlrn-2.4.1~/packages/theme-selva/www/doc/howto/labels.pl 2005-07-26 16:28:30.000000000 +0200 +++ dotlrn-2.4.1/packages/theme-selva/www/doc/howto/labels.pl 2008-08-04 13:05:35.000000000 +0200 @@ -1,3 +1,4 @@ +#!/usr/bin/perl # LaTeX2HTML 2002-2-1 (1.70) # Associate labels original text with physical files.