[tigervnc/f19] Fixed instructions in systemd unit file.

Tim Waugh twaugh at fedoraproject.org
Tue Jan 21 09:33:46 UTC 2014


commit d55ed74eb3b6eb4cd6f9479f4a832196d53da133
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Jan 14 14:32:31 2014 +0000

    Fixed instructions in systemd unit file.
    
    (cherry picked from commit 42f43f399c73e3b7bf2258fb1afc50d2c298fd20)
    
    Conflicts:
    	tigervnc.spec

 tigervnc.spec     |    3 ++-
 vncserver.service |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/tigervnc.spec b/tigervnc.spec
index 209a228..21246df 100644
--- a/tigervnc.spec
+++ b/tigervnc.spec
@@ -344,7 +344,8 @@ fi
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
-* Thu Dec 12 2013 Tim Waugh <twaugh at redhat.com> 1.3.0-8
+* Tue Jan 21 2014 Tim Waugh <twaugh at redhat.com> 1.3.0-8
+- Fixed instructions in systemd unit file.
 - Fixed viewer crash when cursor has not been set (bug #1038701).
 - Avoid invalid read when ZRLE connection closed (upstream bug #133).
 
diff --git a/vncserver.service b/vncserver.service
index 4d55de2..5130c44 100644
--- a/vncserver.service
+++ b/vncserver.service
@@ -1,7 +1,7 @@
 # The vncserver service unit file
 #
 # Quick HowTo:
-# 1. Copy this file to /etc/systemd/system/vncserver@:<display>.service
+# 1. Copy this file to /etc/systemd/system/vncserver at .service
 # 2. Edit <USER> and vncserver parameters appropriately
 #   ("runuser -l <USER> -c /usr/bin/vncserver %i -arg1 -arg2")
 # 3. Run `systemctl daemon-reload`


More information about the scm-commits mailing list