summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-24 23:32:36 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-24 23:32:36 +0000
commitf99afb5dff00534df6cf8f4d9de5d274c7818eac (patch)
tree72eb7ab8b462f2adf8adc8d7ffeef3cf9c1135cc /include
parenta2f47358eb5479d65510b0eb506d52435ca26c21 (diff)
downloadbusybox-w32-f99afb5dff00534df6cf8f4d9de5d274c7818eac.tar.gz
busybox-w32-f99afb5dff00534df6cf8f4d9de5d274c7818eac.tar.bz2
busybox-w32-f99afb5dff00534df6cf8f4d9de5d274c7818eac.zip
lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/applets.h1
-rw-r--r--include/usage.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index ffd7afc67..cdb19958c 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -227,6 +227,7 @@ USE_LOGIN(APPLET(login, _BB_DIR_BIN, _BB_SUID_ALWAYS))
227USE_LOGNAME(APPLET_NOFORK(logname, logname, _BB_DIR_USR_BIN, _BB_SUID_NEVER, logname)) 227USE_LOGNAME(APPLET_NOFORK(logname, logname, _BB_DIR_USR_BIN, _BB_SUID_NEVER, logname))
228USE_LOGREAD(APPLET(logread, _BB_DIR_SBIN, _BB_SUID_NEVER)) 228USE_LOGREAD(APPLET(logread, _BB_DIR_SBIN, _BB_SUID_NEVER))
229USE_LOSETUP(APPLET(losetup, _BB_DIR_SBIN, _BB_SUID_NEVER)) 229USE_LOSETUP(APPLET(losetup, _BB_DIR_SBIN, _BB_SUID_NEVER))
230USE_LPD(APPLET(lpd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
230USE_LPQ(APPLET_ODDNAME(lpq, lpqr, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lpq)) 231USE_LPQ(APPLET_ODDNAME(lpq, lpqr, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lpq))
231USE_LPR(APPLET_ODDNAME(lpr, lpqr, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lpr)) 232USE_LPR(APPLET_ODDNAME(lpr, lpqr, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lpr))
232USE_LS(APPLET_NOEXEC(ls, ls, _BB_DIR_BIN, _BB_SUID_NEVER, ls)) 233USE_LS(APPLET_NOEXEC(ls, ls, _BB_DIR_BIN, _BB_SUID_NEVER, ls))
diff --git a/include/usage.h b/include/usage.h
index c9329b30b..7c9a90e77 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2051,6 +2051,12 @@ USE_FEATURE_BRCTL_FANCY("\n" \
2051 "with an optional offset (-o 12345). Encryption is not yet supported.\n" \ 2051 "with an optional offset (-o 12345). Encryption is not yet supported.\n" \
2052 "losetup -f will show the first loop free loop device\n\n" 2052 "losetup -f will show the first loop free loop device\n\n"
2053 2053
2054#define lpd_trivial_usage \
2055 "SPOOLDIR"
2056#define lpd_full_usage \
2057 "Example:" \
2058 "\n tcpsvd -E localhost 515 lpd /var/spool"
2059
2054#define lpq_trivial_usage \ 2060#define lpq_trivial_usage \
2055 "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]" 2061 "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]"
2056#define lpq_full_usage \ 2062#define lpq_full_usage \