From ee263d5988907a10410e2ad3e772f20222f7066d Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Fri, 17 Jan 2014 14:43:12 +0000 Subject: Spelling. (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A792A613) --- net-misc/tigervnc/files/tigervnc.initd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-misc/tigervnc/files/tigervnc.initd') 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 -- cgit v1.2.3-65-gdbad