kdenetwork: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:17:52 +00:00
parent 3a9d7a3a87
commit a355ad6128
6 changed files with 0 additions and 2189 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +0,0 @@
119af91a048c34d9a917a1898f215554 kdenetwork-3.5.3.tar.bz2
f5e55f7b4b8a4c28854510bb2be8d07a lisa

View File

@ -1,22 +0,0 @@
# Description: Network-related programs and modules for KDE
# URL: http://www.kde.org
# Maintainer:
# Packager:
# Depends on: ppp, openldap, kdebase, wireless-tools
name=kdenetwork
version=3.5.3
release=1
source=(http://download.kde.org/stable/3.5.3/src/$name-$version.tar.bz2\
lisa)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-debug \
--disable-dependency-tracking \
--enable-final
make
make DESTDIR=$PKG install
install -D ../lisa $PKG/etc/rc.d/lisa
}

View File

@ -1,12 +0,0 @@
POST-INSTALL
/etc/rc.d/lisa starts LISa, the LAN Information Server.
LISa is intended to provide a kind of "network neighbourhood", although
it only relies on the TCP/IP protocol stack--no SMB or whatever.
You'll need to run kcontrol -> Internet & Network -> Local Network
Browsing. /etc/rc.d/lisa start, and network browsing is go!
Included in this directory is a sample /etc/lisa.conf, in case you
need one.

View File

@ -1,17 +0,0 @@
#!/bin/sh
#
# /etc/rc.d/lisa: start/stop LISa daemon
#
if [ "$1" = "start" ]; then
/usr/bin/lisa -c /etc/lisa.conf > /dev/null
elif [ "$1" = "stop" ]; then
killall -q /usr/bin/lisa
elif [ "$1" = "restart" ]; then
killall -q /usr/bin/lisa
/usr/bin/lisa -c /etc/lisa.conf > /dev/null
else
echo "usage: $0 start|stop|restart"
fi
# End of file

View File

@ -1,11 +0,0 @@
PingAddresses = 127.0.0.1/255.255.255.255;
PingNames =
AllowedAddresses = 127.0.0.1/255.255.255.255
BroadcastNetwork = 127.0.0.1/255.255.255.255
SearchUsingNmblookup = 0 #also try nmblookup
FirstWait = 30 #30 hundredth seconds
SecondWait = -1 #only one try
#SecondWait = 60 #the second time wait 0.6 seconds
UpdatePeriod = 300 #update after 300 secs
DeliverUnnamedHosts = 0 #don't publish hosts without name
MaxPingsAtOnce = 256 #send up to 256 pings at once