Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153483 | Differences between
and this patch

Collapse All | Expand All

(-)sys-fs/gfs/files/gfs.rc (-2 / +2 lines)
Lines 6-12 Link Here
6
opts="${opts} mountall"
6
opts="${opts} mountall"
7
7
8
depend() {
8
depend() {
9
	local myneed="cluster-manager cluster-locking-manager cluster-fenced"
9
	local myneed="cluster-manager cluster-locking-manager fenced"
10
	local devices="$(awk '!/^#/ && $3 == "gfs" && $4 !~ /noauto/ {print $1 }' /etc/fstab)"
10
	local devices="$(awk '!/^#/ && $3 == "gfs" && $4 !~ /noauto/ {print $1 }' /etc/fstab)"
11
11
12
	if [ -n "${devices}" ]; then
12
	if [ -n "${devices}" ]; then
Lines 24-30 Link Here
24
24
25
	use dns logger net
25
	use dns logger net
26
	need ${myneed}
26
	need ${myneed}
27
	provide cluster-gfs
27
	provide cluster
28
}
28
}
29
29
30
mount_gfs_filesystems() {
30
mount_gfs_filesystems() {

Return to bug 153483