diff options
author | grant <grant@pkgsrc.org> | 2002-09-20 01:41:56 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-09-20 01:41:56 +0000 |
commit | 0ccadb79e6e61a9ebd40beed53c3ba3efe829cfd (patch) | |
tree | 36f7cc1fc5d3e1e29a6b2552b3c29f52e5ea6e0a /net | |
parent | 1a32f410cb627d088138a4749a5c96168178bb1b (diff) | |
download | pkgsrc-0ccadb79e6e61a9ebd40beed53c3ba3efe829cfd.tar.gz |
add missing #! line and RCS Id.
Diffstat (limited to 'net')
-rw-r--r-- | net/chrony/files/chronyd.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/chrony/files/chronyd.sh b/net/chrony/files/chronyd.sh index 5a5937c95eb..8fe9f171fb6 100644 --- a/net/chrony/files/chronyd.sh +++ b/net/chrony/files/chronyd.sh @@ -1,3 +1,7 @@ +#!/bin/sh +# +# $NetBSD: chronyd.sh,v 1.2 2002/09/20 01:41:56 grant Exp $ +# # PROVIDE: chronyd # REQUIRE: DAEMON |