wok-next rev 17453
tazpanel/receipt: edit&remove sed
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Dec 17 19:51:54 2014 +0100 (2014-12-17) |
parents | 2168fa5dee59 |
children | aa3f469a31d7 |
files | QtWeb/receipt tazpanel/receipt |
line diff
1.1 --- a/QtWeb/receipt Wed Dec 17 20:16:46 2014 +0200 1.2 +++ b/QtWeb/receipt Wed Dec 17 19:51:54 2014 +0100 1.3 @@ -75,9 +75,6 @@ 1.4 showPreferences=true 1.5 showCompatibility=false 1.6 showDisableJavascript=true 1.7 -[websettings] 1.8 -fixedFont=Monospace 1.9 -standardFont=Sans Serif 1.10 EOT 1.11 1.12 for i in $(ls $1/home 2> /dev/null); do
2.1 --- a/tazpanel/receipt Wed Dec 17 20:16:46 2014 +0200 2.2 +++ b/tazpanel/receipt Wed Dec 17 19:51:54 2014 +0100 2.3 @@ -27,10 +27,7 @@ 2.4 { 2.5 mkdir -p $fs/etc/init.d 2.6 cp -a $install/* $fs 2.7 - sed -i 's/0 4px #ddd, 0 0 0 4px/2px 4px/g' \ 2.8 - $fs/var/www/tazpanel/styles/default/style.css 2.9 - sed -i 's|/var/log/slim.log|/tmp/X-output|g' \ 2.10 - $fs/var/www/tazpanel/boot.cgi 2.11 + sed -i 's|slim.log|Xorg.0.log|g' $fs/var/www/tazpanel/boot.cgi 2.12 # Init script use tazpanel cmdline 2.13 cd $fs/etc/init.d && ln -s ../../usr/bin/tazpanel . 2.14 }