diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-10-19 17:35:36 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-10-19 17:35:36 +0000 |
commit | 824dbe013362b05ccfee7c5b6e86a62375bf7b88 (patch) | |
tree | 854fa5ca23b8ae3e4c2194a925aaadd3fdfd49da /sysutils/gkrellm2 | |
parent | 76924dfb182dc5a81eee2b9f0d1ed7770b8babc1 (diff) | |
download | ports-824dbe013362b05ccfee7c5b6e86a62375bf7b88.tar.gz ports-824dbe013362b05ccfee7c5b6e86a62375bf7b88.zip |
fix typo in comment.
PR: ports/58247
Submitted by: rushani
Notes
Notes:
svn path=/head/; revision=91679
Diffstat (limited to 'sysutils/gkrellm2')
-rw-r--r-- | sysutils/gkrellm2/files/gkrellmd.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gkrellm2/files/gkrellmd.sh b/sysutils/gkrellm2/files/gkrellmd.sh index ba136a92388f..b009b59663ce 100644 --- a/sysutils/gkrellm2/files/gkrellmd.sh +++ b/sysutils/gkrellm2/files/gkrellmd.sh @@ -10,16 +10,16 @@ # # NOTE for FreeBSD 5.0+: # If you want this script to start with the base rc scripts -# move imapd.sh to /etc/rc.d/gkrellmd +# move gkrellmd.sh to /etc/rc.d/gkrellmd prefix=%%PREFIX%% -# Define these imapd_* variables in one of these files: +# Define these gkrellmd_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/gkrellmd # -# DO NOT CHANGE THESE DEFAULT VALUES HERE +# DO NOT CHANGE THESE DEFAULT VALUES HERE # [ -z "$gkrellmd_enable" ] && gkrellmd_enable="NO" # Enable gkrellmd #gkrellmd_program="${prefix}/sbin/gkrellmd" # Location of gkrellmd |