`config /etc/fstab' can now be used in depend() functions to show that

the deptree should be regenerated if /etc/fstab has changed.
This commit is contained in:
Roy Marples
2007-08-15 14:49:41 +00:00
parent 7d68200f24
commit 3950eb6eba
9 changed files with 96 additions and 41 deletions

View File

@ -25,6 +25,7 @@ depend() {
myuse="${myuse} ${pmap}"
fi
config /etc/fstab
need net ${myneed}
use afc-client amd autofs dns nfs nfsmount ${myuse}
}