Use tab here.

This commit is contained in:
ajacoutot 2010-11-23 18:15:18 +00:00
parent 0273b99582
commit b0f7716396
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2010/11/23 18:11:45 giovanni Exp $
# $OpenBSD: Makefile,v 1.16 2010/11/23 18:15:18 ajacoutot Exp $
COMMENT= interface between mailer MTA and content checkers
DISTNAME= amavisd-new-2.6.4
REVISION= 2
REVISION= 3
CATEGORIES= mail security
HOMEPAGE= http://www.ijs.si/software/amavisd/

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: amavisd.rc,v 1.1 2010/11/23 18:11:45 giovanni Exp $
# $OpenBSD: amavisd.rc,v 1.2 2010/11/23 18:15:18 ajacoutot Exp $
. /etc/rc.d/rc.subr
@ -8,11 +8,11 @@ daemon="${TRUEPREFIX}/sbin/amavisd"
pexp="perl: amavisd"
rc_stop() {
${daemon} stop 2>/dev/null
${daemon} stop 2>/dev/null
}
rc_reload() {
${daemon} reload 2>/dev/null
${daemon} reload 2>/dev/null
}
rc_cmd $1