diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-22 12:07:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-22 12:07:47 +0000 |
commit | 546de08fab443c8dfcd636d7a8aef048e867bec4 (patch) | |
tree | 9540e1fe0d30cde9faa6388642207f6618d965dc /package/cups/patches | |
parent | a600845ae5b740391d9fd235735f186427520376 (diff) | |
download | upstream-546de08fab443c8dfcd636d7a8aef048e867bec4.tar.gz upstream-546de08fab443c8dfcd636d7a8aef048e867bec4.tar.bz2 upstream-546de08fab443c8dfcd636d7a8aef048e867bec4.zip |
Standardize Makefile, add ./ipkg/cups.conffiles, install dev stuff in STAGING_DIR/usr, remove ./files/usr and add a patch for doc url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1019 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cups/patches')
-rw-r--r-- | package/cups/patches/120-documentation-url.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/cups/patches/120-documentation-url.patch b/package/cups/patches/120-documentation-url.patch new file mode 100644 index 0000000000..07d090c2a2 --- /dev/null +++ b/package/cups/patches/120-documentation-url.patch @@ -0,0 +1,20 @@ +--- cups-1.1.23/doc/index.html.orig 2005-01-03 21:13:59.000000000 +0100 ++++ cups-1.1.23/doc/index.html 2005-03-23 22:18:15.000000000 +0100 +@@ -6,7 +6,7 @@ + <AREA SHAPE="RECT" COORDS="12,10,50,20" HREF="http://www.easysw.com" ALT="Easy Software Products Home Page"> + <AREA SHAPE="RECT" COORDS="82,10,196,20" HREF="/admin" ALT="Do Administration Tasks"> + <AREA SHAPE="RECT" COORDS="216,10,280,20" HREF="/classes" ALT="Manage Printer Classes Status"> +- <AREA SHAPE="RECT" COORDS="300,10,336,20" HREF="/documentation.html" ALT="On-Line Help"> ++ <AREA SHAPE="RECT" COORDS="300,10,336,20" HREF="http://www.cups.org/documentation.php" ALT="On-Line Help"> + <AREA SHAPE="RECT" COORDS="356,10,394,20" HREF="/jobs" ALT="Manage Jobs"> + <AREA SHAPE="RECT" COORDS="414,10,476,20" HREF="/printers" ALT="Manage Printers"> + <AREA SHAPE="RECT" COORDS="496,10,568,20" HREF="http://www.cups.org" ALT="Download the Current CUPS Software"> +@@ -20,7 +20,7 @@ + + <H1><A HREF="admin">Do Administration Tasks</A></H1> + <H1><A HREF="classes">Manage Printer Classes</A></H1> +-<H1><A HREF="documentation.html">On-Line Help</A></H1> ++<H1><A HREF="http://www.cups.org/documentation.php">On-Line Help</A></H1> + <H1><A HREF="jobs">Manage Jobs</A></H1> + <H1><A HREF="printers">Manage Printers</A></H1> + <H1><A HREF="http://www.cups.org">Download the Current CUPS Software</A></H1> |