From: Paul Mackerras Date: Sat, 15 Apr 2000 11:38:48 +0000 (+0000) Subject: Use /bin/sh in these scripts, not ksh, otherwise rpm incorrectly X-Git-Tag: ppp-2.4.7~544 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=dd28262239e7892d4d09b86f94eae0463b6a83fb Use /bin/sh in these scripts, not ksh, otherwise rpm incorrectly thinks that this package depends on ksh. --- diff --git a/scripts/ppp-on-rsh b/scripts/ppp-on-rsh index fbe775f..30a50db 100755 --- a/scripts/ppp-on-rsh +++ b/scripts/ppp-on-rsh @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/sh # # A sample script to establish PPP session(s) via rsh # diff --git a/scripts/ppp-on-ssh b/scripts/ppp-on-ssh index 063b823..0e41aca 100755 --- a/scripts/ppp-on-ssh +++ b/scripts/ppp-on-ssh @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/sh # # A sample script to establish PPP session(s) via SSH 1.x #