diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-05 16:19:58 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-05 16:19:58 +0000 |
commit | dc3de50309c495767fa07926e8b4cf20e2cb66aa (patch) | |
tree | 62bb6557d6b3cdefd59db16fe2040f8ace32f340 /sysutils/swapd | |
parent | bb3564467e20f5af347a22a6c149cc0ab754e24a (diff) | |
download | pkgsrc-dc3de50309c495767fa07926e8b4cf20e2cb66aa.tar.gz |
typo
Diffstat (limited to 'sysutils/swapd')
-rw-r--r-- | sysutils/swapd/files/swapd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/swapd/files/swapd.sh b/sysutils/swapd/files/swapd.sh index 60b8ef78a38..73631f6ceae 100644 --- a/sysutils/swapd/files/swapd.sh +++ b/sysutils/swapd/files/swapd.sh @@ -1,9 +1,9 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: swapd.sh,v 1.1.1.1 2004/10/30 05:06:15 xtraeme Exp $ +# $NetBSD: swapd.sh,v 1.2 2004/11/05 16:19:58 xtraeme Exp $ # # PROVIDE: swapd -# REQUIRE: DAEMON LOGIN swap +# REQUIRE: DAEMON LOGIN name="swapd" |