summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-01-17 14:43:12 +0000
committerJeroen Roovers <jer@gentoo.org>2014-01-17 14:43:12 +0000
commitee263d5988907a10410e2ad3e772f20222f7066d (patch)
tree4ef648b4ca688704fb0e216f1e15c89c583973f9 /net-misc/tigervnc/files/tigervnc.initd
parentSpelling. (diff)
downloadgentoo-2-ee263d5988907a10410e2ad3e772f20222f7066d.tar.gz
gentoo-2-ee263d5988907a10410e2ad3e772f20222f7066d.tar.bz2
gentoo-2-ee263d5988907a10410e2ad3e772f20222f7066d.zip
Spelling.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/tigervnc/files/tigervnc.initd')
-rw-r--r--net-misc/tigervnc/files/tigervnc.initd6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/tigervnc/files/tigervnc.initd b/net-misc/tigervnc/files/tigervnc.initd
index 6848cf03cb5b..dac3b023b278 100644
--- a/net-misc/tigervnc/files/tigervnc.initd
+++ b/net-misc/tigervnc/files/tigervnc.initd
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/files/tigervnc.initd,v 1.5 2012/09/16 17:46:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/files/tigervnc.initd,v 1.6 2014/01/17 14:43:12 jer Exp $
depend() {
need net
@@ -43,7 +43,7 @@ start() {
usrvar=$usropts"["$usrdisp"]"
[ -z ${!usrvar} ] && vnc_opts=$VNC_OPTS || vnc_opts=${!usrvar}
- # An user may have an invalid shell, so we default to /bin/sh if its the case
+ # A user may have an invalid shell, so we default to /bin/sh if its the case
if [ -x /usr/bin/getent ] ; then
usrshell=`getent passwd ${user%%:*} | cut -d: -f 7`
case "$usrshell" in