cvs commit: src/etc/rc.d mountcritremote
    Ralf S. Engelschall 
    rse at FreeBSD.org
       
    Sat Jan 14 00:31:05 PST 2006
    
    
  
rse         2006-01-14 08:31:02 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_5)
    etc/rc.d             mountcritremote 
  Log:
  MFC r1.13:
  
  1. Add missing semicolon between "warn" and "return" to make sure
     the line continuation backslash doesn't cause "warn" to print
     "return".
  2. Group "warn" and "return" together as the "return 1" should be
     performed only if the "kldload nfsclient" also failed (and not
     already if the "vfs.nfs" sysctl(8) check failed).
  
  Revision  Changes    Path
  1.9.2.2   +3 -3      src/etc/rc.d/mountcritremote
    
    
More information about the cvs-all
mailing list