summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/tigervnc/ChangeLog7
-rw-r--r--net-misc/tigervnc/files/tigervnc.initd6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/tigervnc/ChangeLog b/net-misc/tigervnc/ChangeLog
index 4c1179c68c7b..de3facdbca51 100644
--- a/net-misc/tigervnc/ChangeLog
+++ b/net-misc/tigervnc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/tigervnc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.167 2013/12/22 18:22:49 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.168 2014/01/17 14:43:12 jer Exp $
+
+ 17 Jan 2014; Jeroen Roovers <jer@gentoo.org> files/tigervnc.initd:
+ Spelling.
22 Dec 2013; Pacho Ramos <pacho@gentoo.org> tigervnc-1.2.80_p5065.ebuild:
amd64 stable, bug #485436
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