diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-22 12:07:47 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-22 12:07:47 +0000 |
commit | faff9f480dbb6927e0f0c0c6f762647be35137e7 (patch) | |
tree | 9540e1fe0d30cde9faa6388642207f6618d965dc /package/cups/files/etc | |
parent | ec2c782f285eaec821ba4ccddc49c2e3d8dfc43a (diff) |
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/files/etc')
-rwxr-xr-x | package/cups/files/etc/init.d/S60cups | 4 |
1 files changed, 0 insertions, 4 deletions
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 |