Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mtimes differ
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
lugri
n00b
n00b


Joined: 27 May 2004
Posts: 30

PostPosted: Tue Sep 07, 2004 2:43 pm    Post subject: mtimes differ Reply with quote

Hallo!

ich habe vorher ein eigenes runscript fuer meine firewall gemacht. es sieht wie folgt aus:
(ohne Befehle, nur mal zum starten und stoppen)

Code:
#!/sbin/runscript

start() {
     ebegin "Starting Firewall"
     eend $?
}

stop() {
     ebegin "Stopping Firewall"
     eend $?
}


das laeuft auch wunderbar, nur manchmal beim starten oder stoppen kommt folgende meldung:
"Re-caching dependency info (mtimes differ)"

was hat das zu bedeuten?
danke
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Tue Sep 07, 2004 3:00 pm    Post subject: Reply with quote

gentoo legt jeweils einen hash deiner init script ab und merkt, wenn du etwas an den scripten geändert hast. sobald es das merkt, startet es jeweils /etc/init.d/depscan.sh um die hash werte neu zu berechnen und die abhänigkeiten der init scripte neu aufzubauen.

gruss

steve
Back to top
View user's profile Send private message
lugri
n00b
n00b


Joined: 27 May 2004
Posts: 30

PostPosted: Tue Sep 07, 2004 3:17 pm    Post subject: Danke!! Reply with quote

Danke für die schnelle und praezise Antwort!!

lugri
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