Adzap-plugin
Aus VDR Wiki
Version vom 23. März 2009, 03:33 Uhr von 94.229.65.173 (Diskussion)
DccFck <a href="http://cncatwbrcjfe.com/">cncatwbrcjfe</a>, [url=http://lschmymyigmj.com/]lschmymyigmj[/url], [link=http://itsttjjyybnn.com/]itsttjjyybnn[/link], http://wkwmragqavzo.com/
Inhaltsverzeichnis |
Bilder
Softwareanforderungen
- lynx
- at
Installation
Source
cd $SOURCEDIR
tar jxvf lynx-<VERSION>.tar.bz2
cd lynx-<VERSION>
./configure --prefix=/usr/local \
--enable-color-style \
--enable-justify-elts \
--enable-scrollbar
make
make install
cd -
tar xvzf at_<VERSION>.tar.gz
./configure --prefix=/usr/local \
--with-etcdir=/etc \
--with-jobdir=${ATJOBDIR:=/var/spool/cron/atjobs} \
--with-atspool=${ATSPOOLDIR:=/var/spool/cron/atspool}
make
make install
chown daemon:daemon ${ATJOBDIR} ${ATSPOOLDIR}
chmod 0700 ${ATJOBDIR} ${ATSPOOLDIR}
touch ${ATJOBDIR}/.SEQ
chown daemon:daemon ${ATJOBDIR}/.SEQ
chmod 0600 ${ATJOBDIR}/.SEQ
chmod 755 /var/spool/cron
Arch-Linux
pacman -S at lynx
Crux
prt-get depinst at lynx
Debian
apt-get install at lynx
Gentoo
emerge at lynx
SuSE
yast -i at lynx
Konfiguration
Die adzapcheck.sh ist in den PATH zu verlinken.
find $SOURCEDIR/VDR -name adzapcheck.sh -exec ln -vfs {} /usr/local/bin \;
Übergabe wie folgt.
vdr -P'adzap -c /usr/local/bin -j /tmp'
Parameter
| Parameter (kurz) | Beschreibung |
|---|---|
| -c <PATH> | /path/to/adzapcheck.sh |
| -j <PATH> | /path/to/adzap.job |
Versions-Historie
| Version | Datum | Beschreibung | Link |
|---|---|---|---|
| 0.0.2 | 03.05.2006 |
|
|
| 0.0.1a | 25.09.2005 |
|
|
| 0.0.1 | 13.03.2005 |
|
[1] |