This is an automated email from the git hooks/post-receive script.

steinm-guest pushed a commit to branch master
in repository routino.

commit c81031e290749bce8181807cd6440cdbec38892c
Author: Uwe Steinmann <ste...@debian.org>
Date:   Thu Apr 17 13:02:37 2014 +0200

    add configuration for avahi and freedesktop
---
 debian/avahi.conf          | 10 ++++++++++
 debian/routino-www.desktop |  8 ++++++++
 2 files changed, 18 insertions(+)

diff --git a/debian/avahi.conf b/debian/avahi.conf
new file mode 100644
index 0000000..8238a7b
--- /dev/null
+++ b/debian/avahi.conf
@@ -0,0 +1,10 @@
+<?xml version="1.0" standalone='no'?>
+<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
+<service-group>
+ <name replace-wildcards="yes">Routino WWW on %h</name>
+  <service>
+   <type>_http._tcp</type>
+   <port>80</port>
+   <txt-record>path=/routino/</txt-record>
+  </service>
+</service-group>
diff --git a/debian/routino-www.desktop b/debian/routino-www.desktop
new file mode 100644
index 0000000..50c9f38
--- /dev/null
+++ b/debian/routino-www.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Routino WWW
+Comment=Web GUI for router routino
+Exec=sensible-browser http://localhost/routino/
+Terminal=false
+Type=Application
+Icon=routino
+Categories=Network;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/routino.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to