~ubuntu-branches/debian/jessie/ppp/jessie

« back to all changes in this revision

Viewing changes to debian/patches/015_scripts_pon.diff

  • Committer: Bazaar Package Importer
  • Author(s): Michael Beattie
  • Date: 2001-12-11 00:24:05 UTC
  • Revision ID: james.westby@ubuntu.com-20011211002405-gcsjlgalwyjf99m2
Tags: 2.4.1.uus-4
Use MAKEDEV in postinst, not mknod. (Closes: #122574)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- ppp-2.4.0b4.orig/scripts/pon
 
2
+++ ppp-2.4.0b4/scripts/pon
 
3
@@ -0,0 +1,9 @@
 
4
+#!/bin/sh
 
5
+
 
6
+if [ "$1" = "quick" ]
 
7
+then
 
8
+    touch /var/run/ppp-quick
 
9
+    shift
 
10
+fi
 
11
+
 
12
+/usr/sbin/pppd call ${1:-provider}