From faff9f480dbb6927e0f0c0c6f762647be35137e7 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 22 May 2005 12:07:47 +0000 Subject: 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 --- package/cups/files/cupsd.init | 4 +++ package/cups/files/etc/init.d/S60cups | 4 --- package/cups/files/usr/share/doc/cups/index.html | 36 ------------------------ 3 files changed, 4 insertions(+), 40 deletions(-) create mode 100644 package/cups/files/cupsd.init delete mode 100755 package/cups/files/etc/init.d/S60cups delete mode 100644 package/cups/files/usr/share/doc/cups/index.html (limited to 'package/cups/files') diff --git a/package/cups/files/cupsd.init b/package/cups/files/cupsd.init new file mode 100644 index 0000000000..8e5fd63c48 --- /dev/null +++ b/package/cups/files/cupsd.init @@ -0,0 +1,4 @@ +#!/bin/sh +mkdir -p /tmp/cups +mkdir -p /tmp/spool/cups/tmp +exec /usr/sbin/cupsd diff --git a/package/cups/files/etc/init.d/S60cups b/package/cups/files/etc/init.d/S60cups deleted file mode 100755 index 8e5fd63c48..0000000000 --- a/package/cups/files/etc/init.d/S60cups +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -mkdir -p /tmp/cups -mkdir -p /tmp/spool/cups/tmp -exec /usr/sbin/cupsd diff --git a/package/cups/files/usr/share/doc/cups/index.html b/package/cups/files/usr/share/doc/cups/index.html deleted file mode 100644 index 368f6cf263..0000000000 --- a/package/cups/files/usr/share/doc/cups/index.html +++ /dev/null @@ -1,36 +0,0 @@ - - - Common UNIX Printing System - - - Easy Software Products Home Page - Do Administration Tasks - Manage Printer Classes Status - On-Line Help - Manage Jobs - Manage Printers - Download the Current CUPS Software - - - - -
-Common UNIX Printing System -
- -

Do Administration Tasks

-

Manage Printer Classes

-

On-Line Help

-

Manage Jobs

-

Manage Printers

-

Download the Current CUPS Software

- -
- -

The Common UNIX Printing System, CUPS, and the CUPS logo are the -trademark property of Easy Software -Products. CUPS is copyright 1997-2005 by Easy Software Products, -All Rights Reserved. - - - -- cgit v1.2.3