]> git.ozlabs.org Git - ppp.git/commitdiff
Use /bin/sh in these scripts, not ksh, otherwise rpm incorrectly
authorPaul Mackerras <paulus@samba.org>
Sat, 15 Apr 2000 11:38:48 +0000 (11:38 +0000)
committerPaul Mackerras <paulus@samba.org>
Sat, 15 Apr 2000 11:38:48 +0000 (11:38 +0000)
thinks that this package depends on ksh.

scripts/ppp-on-rsh
scripts/ppp-on-ssh

index fbe775ff93f228de9ae6dd512dd41a83d223f063..30a50dba63edd2f2e7de7f3cd50595004fed03f5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#!/bin/sh
 #
 # A sample script to establish PPP session(s) via rsh
 #
 #
 # A sample script to establish PPP session(s) via rsh
 #
index 063b823dc59bd847c31706445ee37fb764ada32b..0e41acac6fd41b1108621c095dbf67852506441b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#!/bin/sh
 #
 # A sample script to establish PPP session(s) via SSH 1.x
 #
 #
 # A sample script to establish PPP session(s) via SSH 1.x
 #