Opened 12 years ago

Closed 12 years ago

#3027 closed task (invalid)

error in /etc/rc.d/init.d/mountfs script.

Reported by: Gertjan Souverein Owned by: lfs-book@…
Priority: normal Milestone: 7.2
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

on line 69 from /etc/rc.d/init.d/mountfs :

if [ -x /sbin/vgchange -a]; then /sbin/vgchange -an; fi

gives an error and should be:

if [ -x /sbin/vgchange -ay]; then /sbin/vgchange -an; fi

Change History (1)

comment:1 by bdubbs@…, 12 years ago

Resolution: invalid
Status: newclosed

I'm not sure where the above comes from, but it's not that way in the book.

The book is correct with "if [ -x /sbin/vgchange ];..."

Note: See TracTickets for help on using tickets.