summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xrhimport-zfw4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a69d985..362a8af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rhimport (0.3.15-10) unstable; urgency=low
+
+ * PV_ID and group of zipfm lokalausgabe wien has changed
+
+ -- Christian Pointner <equinox@helsinki.at> Mon, 27 May 2013 16:00:41 +0200
+
rhimport (0.3.15-9) unstable; urgency=low
* PV_ID of mahlzeit has changed
diff --git a/rhimport-zfw b/rhimport-zfw
index 4501c7c..afc6cf5 100755
--- a/rhimport-zfw
+++ b/rhimport-zfw
@@ -45,7 +45,7 @@ my $DB = "rivendell";
my $STAT_FILE = $ENV{'HOME'} . "/rhimport-zfw.stat";
my $RSS_URL = "http://cba.fro.at/seriesrss/2006?dev=true";
$XML::Feed::MULTIPLE_ENCLOSURES=1;
-my $PV_ID = '352';
+my $PV_ID = '360';
binmode(STDIN, ":utf8");
binmode(STDOUT, ":utf8");
@@ -57,7 +57,7 @@ if($#ARGV >= 0 && $ARGV[0] eq 'last') {
my $user = `/usr/bin/id -un`;
$user =~ s/\n//;
-my $group = "mahlzeitDi";
+my $group = "zipfmwla";
my $dbh = DBI->connect("DBI:mysql:$DB:$DBHOST","$DBUSER","$DBPW") or die "Database Error: $DBI::errstr";
my @allowed_dbs = rhimport::get_dropboxes($dbh, $user, $group);