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

« back to all changes in this revision

Viewing changes to debian/patches/008_pathnames.h.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/pppd/pathnames.h
 
2
+++ ppp-2.4.0b4/pppd/pathnames.h
 
3
@@ -26,7 +26,7 @@
 
4
 #define _PATH_AUTHUP    _ROOT_PATH "/etc/ppp/auth-up"
 
5
 #define _PATH_AUTHDOWN  _ROOT_PATH "/etc/ppp/auth-down"
 
6
 #define _PATH_TTYOPT    _ROOT_PATH "/etc/ppp/options."
 
7
-#define _PATH_CONNERRS  _ROOT_PATH "/etc/ppp/connect-errors"
 
8
+#define _PATH_CONNERRS  _ROOT_PATH "/var/log/ppp-connect-errors"
 
9
 #define _PATH_PEERFILES         _ROOT_PATH "/etc/ppp/peers/"
 
10
 #define _PATH_RESOLV    _ROOT_PATH "/etc/ppp/resolv.conf"
 
11