Fix crazy indent.
This commit is contained in:
parent
50a532786a
commit
8aecbc8dd1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2010/11/10 21:21:26 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2010/11/10 23:37:32 ajacoutot Exp $
|
||||
|
||||
COMMENT= Network Time Protocol reference implementation
|
||||
|
||||
@ -9,7 +9,7 @@ COMMENT= Network Time Protocol reference implementation
|
||||
VERSION= 4.2.6p2
|
||||
DISTNAME= ntp-${VERSION}
|
||||
PKGNAME= ntp-${VERSION:S/p/pl/}
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://archive.ntp.org/ntp4/ntp-4.2/
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: ntpd.rc,v 1.1 2010/11/10 21:21:26 jasper Exp $
|
||||
# $OpenBSD: ntpd.rc,v 1.2 2010/11/10 23:37:32 ajacoutot Exp $
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/ntpd"
|
||||
|
||||
rc_reload() {
|
||||
rc_err "$0: reload is not supported"
|
||||
rc_reload() {
|
||||
rc_err "$0: reload is not supported"
|
||||
}
|
||||
|
||||
rc_cmd $1
|
||||
|
Loading…
Reference in New Issue
Block a user