summaryrefslogtreecommitdiff
path: root/debian/sendmail.menu.test
diff options
context:
space:
mode:
authorRichard A Nelson (Rick) <cowboy@debian.org>2000-05-25 17:00:00 -0500
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:58:40 +0200
commite138436bd1943587e16b03505f8b8cc0307c4211 (patch)
tree23d7165ea5ea99bb43ae1568f4b74d5e59a3bddb /debian/sendmail.menu.test
parent4e2c4cdcd62c4ab1d5e884e8afaa0bbe1b981e42 (diff)
downloadsendmail-e138436bd1943587e16b03505f8b8cc0307c4211.tar.gz
Imported Debian patch 8.9.3-23debian/8.9.3-23
Diffstat (limited to 'debian/sendmail.menu.test')
-rw-r--r--debian/sendmail.menu.test24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/sendmail.menu.test b/debian/sendmail.menu.test
new file mode 100644
index 0000000..e86326c
--- /dev/null
+++ b/debian/sendmail.menu.test
@@ -0,0 +1,24 @@
+?package(sendmail):needs="text" \
+ section="Apps/Net/Sendmail" \
+ title="runq" \
+ longtitle="Send queued Mail" \
+ description="runq is a sendmail command that will process the mail queue, attempting to deliver each message." \
+ command="/usr/bin/runq"
+?package(sendmail):needs="x11" \
+ section="Apps/Net/Sendmail" \
+ title="runq" \
+ longtitle="Send queued Mail" \
+ description="runq is a sendmail command that will process the mail queue, attempting to deliver each message." \
+ command="/usr/bin/X11/xterm -e /usr/bin/runq"
+?package(sendmail):needs="text" \
+ section="Apps/Net/Sendmail" \
+ title="Mail Queue" \
+ longtitle="Display Mail Queue" \
+ description="mailq is a sendmail command that will display the mail queue, listing each message." \
+ command="/usr/bin/mailq"
+?package(sendmail):needs="text" \
+ section="Apps/Net/Sendmail" \
+ title="Mail Queue" \
+ longtitle="Display Mail Queue" \
+ description="mailq is a sendmail command that will display the mail queue, listing each message." \
+ command="/usr/bin/X11/xterm -e /usr/bin/mailq"