Fix incorrect security server service description.
authorLukasz Kostyra <l.kostyra@partner.samsung.com>
Wed, 11 Dec 2013 06:20:29 +0000 (07:20 +0100)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 6 Feb 2014 16:13:25 +0000 (17:13 +0100)
[Issue#]        N/A
[Bug]           Service description had a spelling error - "Scoket" instead of "Socket".
[Cause]         N/A
[Solution]      Correct service description.
[Verification]  Build, install, reboot target. Call "journalctl | grep security". You should
                see informations with all sockets being started.

Change-Id: I3abb0d82f0d553dd00e594c26d9945665ff26930

systemd/security-server.service

index 06a016d..1f02359 100644 (file)
@@ -14,8 +14,8 @@ Sockets=security-server-cookie-check.socket
 Sockets=security-server-cookie-check-tmp.socket
 Sockets=security-server-open-for.socket
 Sockets=security-server-password-check.socket
-Scokets=security-server-password-set.socket
-Scokets=security-server-password-reset.socket
+Sockets=security-server-password-set.socket
+Sockets=security-server-password-reset.socket
 
 [Install]
 WantedBy=multi-user.target