diff --git a/net/ntp/Makefile b/net/ntp/Makefile index d57167459b5..cfe79376e40 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -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/ diff --git a/net/ntp/pkg/ntpd.rc b/net/ntp/pkg/ntpd.rc index 46b99afd082..1d1208c09d6 100644 --- a/net/ntp/pkg/ntpd.rc +++ b/net/ntp/pkg/ntpd.rc @@ -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