diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-29 10:44:58 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-29 10:44:58 +0000 |
commit | 945d8f383c7a846a0c237553cb09163da9a03f9f (patch) | |
tree | 9721ce67e396d3b21ff8087bf1eb12b34cbe7c48 /openwrt/package/p910nd/patches | |
parent | 084cbf188e8bf051bef0a49eb9cf746babca6737 (diff) | |
download | mtk-20170518-945d8f383c7a846a0c237553cb09163da9a03f9f.zip mtk-20170518-945d8f383c7a846a0c237553cb09163da9a03f9f.tar.gz mtk-20170518-945d8f383c7a846a0c237553cb09163da9a03f9f.tar.bz2 |
update requested by Oliver Ertl
SVN-Revision: 2000
Diffstat (limited to 'openwrt/package/p910nd/patches')
-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 9e72bd1..9165498 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"; |