diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-19 15:07:01 +0800 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-19 15:07:01 +0800 |
commit | 1796200fb040505caefdd538467a7c60121c1907 (patch) | |
tree | 820eb752943f99b6429e1f30c025879cc7219299 /mail/spampd | |
parent | b33ee97d57a19a6d3f18a50fa6cc6907947a2a99 (diff) | |
download | freebsd-ports-gnome-1796200fb040505caefdd538467a7c60121c1907.tar.gz freebsd-ports-gnome-1796200fb040505caefdd538467a7c60121c1907.tar.zst freebsd-ports-gnome-1796200fb040505caefdd538467a7c60121c1907.zip |
- Fix typo on startup script.
PR: ports/124510
Submitted by: Junichi Matsuyama <QVB00057@nifty.com>
Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks)
Diffstat (limited to 'mail/spampd')
-rw-r--r-- | mail/spampd/files/spampd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spampd/files/spampd.in b/mail/spampd/files/spampd.in index 75a9facdc62b..a56add6ec45f 100644 --- a/mail/spampd/files/spampd.in +++ b/mail/spampd/files/spampd.in @@ -1,7 +1,7 @@ #!/bin/sh # # PROVIDE: spampd -# REQUIRE: login +# REQUIRE: LOGIN # BEFORE: mail # KEYWORD: shutdown # |