diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-23 21:18:15 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-23 21:18:15 +0000 |
commit | c4329d081f266a0ddf29fdbb5e709fcf065ea9ac (patch) | |
tree | fbb9cb3d083a4ad87f1370223fda8b0046a1f83f /openwrt/package/cups/files/etc/init.d/S60cups | |
parent | 7bf482253faf075f55556b69a3908f1c859d8322 (diff) |
add cups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@436 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/cups/files/etc/init.d/S60cups')
-rwxr-xr-x | openwrt/package/cups/files/etc/init.d/S60cups | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/cups/files/etc/init.d/S60cups b/openwrt/package/cups/files/etc/init.d/S60cups new file mode 100755 index 000000000..8e5fd63c4 --- /dev/null +++ b/openwrt/package/cups/files/etc/init.d/S60cups @@ -0,0 +1,4 @@ +#!/bin/sh +mkdir -p /tmp/cups +mkdir -p /tmp/spool/cups/tmp +exec /usr/sbin/cupsd |