wok rev 19320
Add busybox-httpd-ctrl (end-lines)
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Jul 13 11:47:33 2016 -0300 (2016-07-13) |
parents | 409bd33482f9 |
children | 8ed3403d8a9e |
files | busybox-httpd-ctrl/stuff/usr/bin/httpd-start.txt busybox-httpd-ctrl/stuff/usr/bin/httpd-stop.txt busybox-httpd-ctrl/stuff/usr/share/applications/httpd-start.desktop busybox-httpd-ctrl/stuff/usr/share/applications/httpd-stop.desktop |
line diff
1.1 --- a/busybox-httpd-ctrl/stuff/usr/bin/httpd-start.txt Wed Jul 13 11:40:02 2016 -0300 1.2 +++ b/busybox-httpd-ctrl/stuff/usr/bin/httpd-start.txt Wed Jul 13 11:47:33 2016 -0300 1.3 @@ -1,3 +1,3 @@ 1.4 #!/bin/sh 1.5 "/etc/init.d/httpd" "start" 1.6 -browser "http://localhost/" 1.7 \ No newline at end of file 1.8 +browser "http://localhost/"
2.1 --- a/busybox-httpd-ctrl/stuff/usr/bin/httpd-stop.txt Wed Jul 13 11:40:02 2016 -0300 2.2 +++ b/busybox-httpd-ctrl/stuff/usr/bin/httpd-stop.txt Wed Jul 13 11:47:33 2016 -0300 2.3 @@ -1,3 +1,3 @@ 2.4 #!/bin/sh 2.5 "/etc/init.d/httpd" "stop" 2.6 -browser "http://localhost/" 2.7 \ No newline at end of file 2.8 +browser "http://localhost/"
3.1 --- a/busybox-httpd-ctrl/stuff/usr/share/applications/httpd-start.desktop Wed Jul 13 11:40:02 2016 -0300 3.2 +++ b/busybox-httpd-ctrl/stuff/usr/share/applications/httpd-start.desktop Wed Jul 13 11:47:33 2016 -0300 3.3 @@ -3,4 +3,4 @@ 3.4 Name=httpd start 3.5 Exec=tazbox su httpd-ctrl-start 3.6 Icon=network-server 3.7 -Categories=Network; 3.8 \ No newline at end of file 3.9 +Categories=Network;
4.1 --- a/busybox-httpd-ctrl/stuff/usr/share/applications/httpd-stop.desktop Wed Jul 13 11:40:02 2016 -0300 4.2 +++ b/busybox-httpd-ctrl/stuff/usr/share/applications/httpd-stop.desktop Wed Jul 13 11:47:33 2016 -0300 4.3 @@ -3,4 +3,4 @@ 4.4 Name=httpd stop 4.5 Exec=tazbox su httpd-ctrl-stop 4.6 Icon=network-server 4.7 -Categories=Network; 4.8 \ No newline at end of file 4.9 +Categories=Network;