diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-29 10:44:58 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-29 10:44:58 +0000 |
commit | 202b2403157773bc319c7cde14b0a664702dcb34 (patch) | |
tree | 9721ce67e396d3b21ff8087bf1eb12b34cbe7c48 /openwrt/package/p910nd/patches/200-p910nd-0.7.patch | |
parent | 96bb4a5d0186a748ef5e78158305aa7b1d174350 (diff) |
update requested by Oliver Ertl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2000 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/p910nd/patches/200-p910nd-0.7.patch')
-rw-r--r-- | openwrt/package/p910nd/patches/200-p910nd-0.7.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/openwrt/package/p910nd/patches/200-p910nd-0.7.patch b/openwrt/package/p910nd/patches/200-p910nd-0.7.patch index 9e72bd13e..9165498fe 100644 --- a/openwrt/package/p910nd/patches/200-p910nd-0.7.patch +++ b/openwrt/package/p910nd/patches/200-p910nd-0.7.patch @@ -1,12 +1,12 @@ -Only in p910nd: p910nd -diff -u p910nd-0.7/p910nd.c p910nd/p910nd.c ---- p910nd-0.7/p910nd.c 2004-08-09 03:25:01.000000000 +0400 -+++ p910nd/p910nd.c 2005-05-11 00:37:03.385284744 +0400 -@@ -74,7 +74,6 @@ +--- p910nd-0.7/p910nd.c.orig 2005-09-29 11:31:02.442914400 +0200 ++++ p910nd-0.7/p910nd.c 2005-09-29 11:31:49.236800648 +0200 +@@ -73,8 +73,7 @@ + #else #define LOCKFILE "/var/lock/subsys/p910%cd" #endif - #define PRINTERFILE "/dev/lp%c" +-#define PRINTERFILE "/dev/lp%c" -#define LOGOPTS LOG_ERR ++#define PRINTERFILE "/dev/printers/%c" static char *progname; static char version[] = "p910nd Version 0.7"; |