# HG changeset patch # User Leonardo Laporte # Date 1468421253 10800 # Node ID 771fc2222413cb005548c4ac0f51c6214e7f2610 # Parent 409bd33482f9305fd4bb7ba676e8226b13405c2e Add busybox-httpd-ctrl (end-lines) diff -r 409bd33482f9 -r 771fc2222413 busybox-httpd-ctrl/stuff/usr/bin/httpd-start.txt --- a/busybox-httpd-ctrl/stuff/usr/bin/httpd-start.txt Wed Jul 13 11:40:02 2016 -0300 +++ b/busybox-httpd-ctrl/stuff/usr/bin/httpd-start.txt Wed Jul 13 11:47:33 2016 -0300 @@ -1,3 +1,3 @@ #!/bin/sh "/etc/init.d/httpd" "start" -browser "http://localhost/" \ No newline at end of file +browser "http://localhost/" diff -r 409bd33482f9 -r 771fc2222413 busybox-httpd-ctrl/stuff/usr/bin/httpd-stop.txt --- a/busybox-httpd-ctrl/stuff/usr/bin/httpd-stop.txt Wed Jul 13 11:40:02 2016 -0300 +++ b/busybox-httpd-ctrl/stuff/usr/bin/httpd-stop.txt Wed Jul 13 11:47:33 2016 -0300 @@ -1,3 +1,3 @@ #!/bin/sh "/etc/init.d/httpd" "stop" -browser "http://localhost/" \ No newline at end of file +browser "http://localhost/" diff -r 409bd33482f9 -r 771fc2222413 busybox-httpd-ctrl/stuff/usr/share/applications/httpd-start.desktop --- a/busybox-httpd-ctrl/stuff/usr/share/applications/httpd-start.desktop Wed Jul 13 11:40:02 2016 -0300 +++ b/busybox-httpd-ctrl/stuff/usr/share/applications/httpd-start.desktop Wed Jul 13 11:47:33 2016 -0300 @@ -3,4 +3,4 @@ Name=httpd start Exec=tazbox su httpd-ctrl-start Icon=network-server -Categories=Network; \ No newline at end of file +Categories=Network; diff -r 409bd33482f9 -r 771fc2222413 busybox-httpd-ctrl/stuff/usr/share/applications/httpd-stop.desktop --- a/busybox-httpd-ctrl/stuff/usr/share/applications/httpd-stop.desktop Wed Jul 13 11:40:02 2016 -0300 +++ b/busybox-httpd-ctrl/stuff/usr/share/applications/httpd-stop.desktop Wed Jul 13 11:47:33 2016 -0300 @@ -3,4 +3,4 @@ Name=httpd stop Exec=tazbox su httpd-ctrl-stop Icon=network-server -Categories=Network; \ No newline at end of file +Categories=Network;