]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- more LDAP garbage removed
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 9 Apr 2002 11:10:38 +0000 (11:10 +0000)
committerJacek Konieczny <jajcus@pld-linux.org>
Tue, 9 Apr 2002 11:10:38 +0000 (11:10 +0000)
svn-id: @1013

AUTHORS
rc.d/init.d/network
sysconfig/network

diff --git a/AUTHORS b/AUTHORS
index 784f6d9a3f7b2b99c7ac9408056cce5af6313fd8..e0896a4ba3a8cc298109467d97503eaf7095f2c6 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
 
-       $Id: AUTHORS,v 1.6 2001/05/15 16:03:33 baggins Exp $
+       $Id: AUTHORS,v 1.7 2002/04/09 11:10:35 jajcus Exp $
 
 MAINTAINERS
 
@@ -23,9 +23,6 @@ Grzegorz Stanislawski <stangrze@open.net.pl>
        ppp scripts, prefix/netmask converting
        functions, bug fixes
 
-Jacek Konieczny <jajcus@zeus.polsl.gliwice.pl>
-       LDAP support
-       
 Jan Rêkorajski <baggins@pld.org.pl>
        general, ipv6 and dhcp fixes
        
index 77211dc255567a84b3d7c0ea49ede7aa01eafd12..b378db0a97ad814158eaff3ffebba1e1c4b2a256 100644 (file)
@@ -8,7 +8,7 @@
 #
 # probe:       true
 
-# $Id: network,v 1.54 2002/04/09 11:05:59 jajcus Exp $
+# $Id: network,v 1.55 2002/04/09 11:10:37 jajcus Exp $
 
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
@@ -175,10 +175,6 @@ case "$1" in
                run_cmd -a "$(nls 'Removing tunnel') $i" /sbin/tnldown $i boot
        done
 
-       for i in $(find_ldap_interfaces) ; do
-               run_cmd -a "$(nls 'Shutting down interface from LDAP') $i" /sbin/ifdown $i boot
-       done
-
        for i in $interfaces_sit_boot $interfaces_boot ; do
                run_cmd -a "$(nls 'Shutting down interface') $i" /sbin/ifdown $i boot
        done
index 8edba1431d00b12c211bdd819395f9dbce9a61e0..8a49a0f8d80934c886ef3b29398d099db9aba677 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: network,v 1.15 2001/11/05 16:58:50 kloczek Exp $
+# $Id: network,v 1.16 2002/04/09 11:10:38 jajcus Exp $
 ######################################################################
 # MAIN PART
 
@@ -45,14 +45,6 @@ GATEWAY6DEV=
 IPV6_GLOBALROUTEGW=
 IPV6_GLOBALROUTEDEV=
 
-# Reading configuration from LDAP
-
-# Do you want to use LDAP?
-USE_LDAP=no
-
-# What base DN use for searching for interface configuration
-LDAP_BASE_DN=
-
 # Other
 
 # Do you want set static ARP table (based on /etc/ethers config file) ?
This page took 0.440639 seconds and 4 git commands to generate.