]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- "LDAP support" removed
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 9 Apr 2002 11:05:59 +0000 (11:05 +0000)
committerJacek Konieczny <jajcus@pld-linux.org>
Tue, 9 Apr 2002 11:05:59 +0000 (11:05 +0000)
svn-id: @1011

rc.d/init.d/network

index 2e8525d58474d1fc80db83f7129dd80032d19ace..77211dc255567a84b3d7c0ea49ede7aa01eafd12 100644 (file)
@@ -8,7 +8,7 @@
 #
 # probe:       true
 
-# $Id: network,v 1.53 2002/03/29 08:45:14 wojrus Exp $
+# $Id: network,v 1.54 2002/04/09 11:05:59 jajcus Exp $
 
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
@@ -141,10 +141,6 @@ case "$1" in
                run_cmd -a "$(nls 'Bringing up interface') $i" /sbin/ifup $i boot
        done
 
-       for i in $(find_ldap_interfaces) ; do
-               run_cmd -a "$(nls 'Bringing up interface from LDAP') $i" /sbin/ifup $i boot
-       done
-
        for i in $tunnels; do
                run_cmd -a "$(nls 'Setting tunnel') $i" /sbin/tnlup $i boot
                run_cmd -a "$(nls 'Bringing up tunnel interface') $i" /sbin/ifup tnlcfg-$i boot
This page took 0.06733 seconds and 4 git commands to generate.