File: sendmail.menu.test

package info (click to toggle)
sendmail 8.13.8-3%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,204 kB
  • ctags: 138
  • sloc: sh: 8,118; perl: 4,184; makefile: 3,810; ansic: 186
file content (24 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"