mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
needless global attributes for update-command removed.
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1698 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
48e19e7bea
commit
16e8bdbd13
2
CHANGED
2
CHANGED
@ -52,8 +52,6 @@
|
|||||||
- feature: motd with SecurityCheck added
|
- feature: motd with SecurityCheck added
|
||||||
- feature: telnet module added, attr global port moved. allowfrom changed.
|
- feature: telnet module added, attr global port moved. allowfrom changed.
|
||||||
- feature: FhemUtils/release.pm for the new update process added. (M. Fischer)
|
- feature: FhemUtils/release.pm for the new update process added. (M. Fischer)
|
||||||
- feature: new global attributes updateserver, updatepath, updatectrlfile
|
|
||||||
for the new update process added (M. Fischer)
|
|
||||||
|
|
||||||
- 2011-12-31 (5.2)
|
- 2011-12-31 (5.2)
|
||||||
- bugfix: applying smallscreen attributes to firefox/opera
|
- bugfix: applying smallscreen attributes to firefox/opera
|
||||||
|
@ -12,7 +12,7 @@ use vars qw(%UPDATE);
|
|||||||
|
|
||||||
$DISTRIB_ID="Fhem";
|
$DISTRIB_ID="Fhem";
|
||||||
$DISTRIB_RELEASE="5.2";
|
$DISTRIB_RELEASE="5.2";
|
||||||
$DISTRIB_BRANCH="EXPERIMENTAL";
|
$DISTRIB_BRANCH="DEVELOPMENT";
|
||||||
$DISTRIB_DESCRIPTION="$DISTRIB_ID $DISTRIB_RELEASE ($DISTRIB_BRANCH)";
|
$DISTRIB_DESCRIPTION="$DISTRIB_ID $DISTRIB_RELEASE ($DISTRIB_BRANCH)";
|
||||||
|
|
||||||
$UPDATE{server} = "http://fhem.de";
|
$UPDATE{server} = "http://fhem.de";
|
||||||
|
3
fhem.pl
3
fhem.pl
@ -196,8 +196,7 @@ $modules{Global}{AttrList} =
|
|||||||
"verbose:1,2,3,4,5 mseclog version nofork logdir holiday2we " .
|
"verbose:1,2,3,4,5 mseclog version nofork logdir holiday2we " .
|
||||||
"autoload_undefined_devices dupTimeout latitude longitude " .
|
"autoload_undefined_devices dupTimeout latitude longitude " .
|
||||||
"backupcmd backupdir backupsymlink backup_before_update " .
|
"backupcmd backupdir backupsymlink backup_before_update " .
|
||||||
"exclude_from_update motd updatebranch updateserver updatepath " .
|
"exclude_from_update motd updatebranch ";
|
||||||
"updatectrlfile ";
|
|
||||||
|
|
||||||
$modules{Global}{AttrFn} = "GlobalAttr";
|
$modules{Global}{AttrFn} = "GlobalAttr";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user