]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix fallout from hts-tvheadend => tvheadend rename
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 22 Feb 2011 08:15:43 +0000 (09:15 +0100)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 22 Feb 2011 08:15:43 +0000 (09:15 +0100)
debian/rules
debian/tvheadend.config
debian/tvheadend.postinst
debian/tvheadend.templates
debian/tvheadend.tvheadend.init

index 08bab07fba255497e06d567d186ae748fe69334c..76591cd5444ba3f1c4a5735bd61e485864a6f394 100755 (executable)
@@ -25,7 +25,7 @@ override_dh_auto_build:
        $(MAKE)
 
 override_dh_install:
-       $(MAKE) prefix=$(CURDIR)/debian/hts-tvheadend/usr install
+       $(MAKE) prefix=$(CURDIR)/debian/tvheadend/usr install
 
 override_dh_installinit:
        dh_installinit --name tvheadend 
index cffd8a595ea044730bcb520fed912a5d73efcd0b..50da19160e68a11b85db61f660af21c36f0e2218 100644 (file)
@@ -12,17 +12,17 @@ while [ "$STATE" != 0 -a "$STATE" != 4 ]; do
     case "$STATE" in
     1)
         # Ask for username
-        db_input high hts-tvheadend/admin_username || true
+        db_input high tvheadend/admin_username || true
     ;;
     
     2)
         # Ask for password
-       db_input high hts-tvheadend/admin_password || true
+       db_input high tvheadend/admin_password || true
     ;;
 
     3)
         # Display a final note
-       db_input high hts-tvheadend/webinterface || true
+       db_input high tvheadend/webinterface || true
     ;;
     esac
 
index 22692d094d707f34550768bb564d5c5d3212b911..1d5e60ccb9c61593527d8f4707dfc0ba82fca1ce 100644 (file)
@@ -27,11 +27,11 @@ configure)
 
    echo >>"${HTS_SUPERUSERCONF}" "{"
 
-   if db_get hts-tvheadend/admin_username; then
+   if db_get tvheadend/admin_username; then
        echo >>"${HTS_SUPERUSERCONF}" '"username": "'$RET'",'
    fi
 
-   if db_get hts-tvheadend/admin_password; then
+   if db_get tvheadend/admin_password; then
        echo >>"${HTS_SUPERUSERCONF}" '"password": "'$RET'"'
    fi
     
index 79ffea26cdab22d32da08f638d1c564c5c76d504..2e5a650c714a35f4373bbfad5a5f26143ce481d7 100644 (file)
@@ -1,4 +1,4 @@
-Template: hts-tvheadend/admin_username
+Template: tvheadend/admin_username
 Type: string
 Description: Choose a username for Tvheadend administrator.
  Tvheadend is accessed via a world reachable web interface (assuming your
@@ -8,10 +8,10 @@ Description: Choose a username for Tvheadend administrator.
  If you want to change the superuser account you need to reconfigure the
  Tvheadend package.
 
-Template: hts-tvheadend/admin_password
+Template: tvheadend/admin_password
 Type: password
 Description: Administrator password.
 
-Template: hts-tvheadend/webinterface
+Template: tvheadend/webinterface
 Type: note
 Description: After installation Tvheadend can be accessed via HTTP on port 9981. From this machine you can point your web-browser to http://localhost:9981/
index a98f50d2cc371d3547354d1790b53ef49465602a..2e424b9768a29e0ebd5227c50647d398f1b45319 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 ### BEGIN INIT INFO
-# Provides:          hts-tvheadend
+# Provides:          tvheadend
 # Required-Start:    $local_fs $remote_fs udev
 # Required-Stop:     $local_fs $remote_fs
 # Default-Start:     2 3 4 5