summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-07 16:55:39 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-07 16:55:39 (GMT)
commit4a914dde9929428b8b05ffe6e176ef177563f329 (patch)
tree2be879f671ebb536f307699b8d7606fea45289c7 /abs/core/runit-scripts/runitscripts/services
parent18a16759c1ed3a84519ecb05e3601290bd91c0f1 (diff)
downloadlinhes_pkgbuild-4a914dde9929428b8b05ffe6e176ef177563f329.zip
linhes_pkgbuild-4a914dde9929428b8b05ffe6e176ef177563f329.tar.gz
linhes_pkgbuild-4a914dde9929428b8b05ffe6e176ef177563f329.tar.bz2
runit-scripts: handle stopped plymouth a bit better. refs #891
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/frontend/finish2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/frontend/finish b/abs/core/runit-scripts/runitscripts/services/frontend/finish
index 702b543..d96bcf0 100755
--- a/abs/core/runit-scripts/runitscripts/services/frontend/finish
+++ b/abs/core/runit-scripts/runitscripts/services/frontend/finish
@@ -9,7 +9,7 @@ function cleanup(){
printhl " Cleaning up /etc/sv/frontend/.runtime/"
}
-#unpause plymouthd that was paused in /etc/X11/Sessions/Linhes
+#continue plymouthd that was stopped in /etc/X11/Sessions/Linhes
pidfile=/run/plymouth.pid
if [ -e "$pidfile" ]; then
plypid=`cat "$pidfile"`