shithub: rc

Download patch

ref: 60cf13ebe55d6250b595590ef556e5151a0f2a38
parent: df80b91bdf83e79689efc7500345f1217d27b75a
author: qwx <qwx@sciops.net>
date: Sun Mar 6 10:01:41 EST 2022

themeset: always use /dev/theme

--- a/bin/themeset
+++ b/bin/themeset
@@ -1,8 +1,8 @@
 #!/bin/rc -e
 if(! test -f $home/lib/theme/rio)
 	exit
-while(! test -f /mnt/wsys/theme)
+while(! test -f /dev/theme)
 	sleep 0.1
-cp $home/lib/theme/rio /mnt/wsys/theme
+cp $home/lib/theme/rio /dev/theme
 grep softscreen /dev/vgactl >>/dev/vgactl
 echo hwblank off >>/dev/vgactl