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 1.3.0-8 +* Tue Jan 21 2014 Tim Waugh 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@:.service +# 1. Copy this file to /etc/systemd/system/vncserver@.service # 2. Edit and vncserver parameters appropriately # ("runuser -l -c /usr/bin/vncserver %i -arg1 -arg2") # 3. Run `systemctl daemon-reload`