Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 1999 22:11:16 -0700 (PDT)
From:      Greg Lehey <grog@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/vinum v.c
Message-ID:  <199905050511.WAA80869@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        1999/05/04 22:11:16 PDT

  Modified files:        (Branch: RELENG_3)
    sbin/vinum           v.c 
  Log:
  MFC:  Bring up to level of -CURRENT
  
  If the wrong version of vinum(8) has been started (i.e. non-RAID-5
  when the kernel module is RAID-5, or the other way round), execve()
  the correct one.
  
  Add \n to an error message.
  
  Add -w option to init command: wait for init to complete before
  returning.
  
  When looking at all objects, look at all objects.
  
  main:
    If the wrong version is started, execve the correct version.
  Maintain a log file, by default /var/log/vinum.history, showing what
  has been done.  This name can be overridden by the value of the
  VINUM_HISTORY environment variable.
  
  Print dates in log file according to the variable VINUM_DATEFORMAT, by
  default %e %b %Y %H:%M:%S.
  
  timestamp:
    Assign explicit variable for sec to get it to compile on Alpha.
  
  Add definitions for history functions and printconfig split.
  
  Revision  Changes    Path
  1.4.2.3   +69 -8     src/sbin/vinum/v.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905050511.WAA80869>