Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
firewall cannot depend on itself !
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Deever
Veteran
Veteran


Joined: 06 Jul 2002
Posts: 1354
Location: Zürich / Switzerland

PostPosted: Sun Sep 15, 2002 5:47 pm    Post subject: firewall cannot depend on itself ! Reply with quote

Hey Amigos, wie geht's?

Also hier ist mein iptables-skript /etc/init.d/firewall :
Code:
#! /sbin/runscript

depend() {
       need net
        provide firewall
}
...

Aber beim booten, bald nach init meldet der "firewall cannot depend on itself" ! :( Was funzt da nicht?

dev
Back to top
View user's profile Send private message
tux-fan
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2002
Posts: 131
Location: Paderborn, Germany

PostPosted: Mon Sep 16, 2002 10:18 am    Post subject: Reply with quote

Das script namens firewall darf nicht "firewall" providen. Mach einfach:
provide fire
oder so...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum