Handle new-style user/group entries in the restore script.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 15 May 2007 22:57:24 +0000 (15:57 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Tue, 15 May 2007 22:57:24 +0000 (15:57 -0700)
commite9f1696cb992030aeeb545526d043b4ab6c8658e
treee1a566c7643f12f5acf4ff967be3642464d63563
parentac33ae99de4a6aa9cfaca2f7fd6746758264758e
Handle new-style user/group entries in the restore script.

The new style is
    uid (username)
and was previously causing a warning since the entire string is not
numeric, just the first part.  Now explicitly split it apart.  (For now, we
ignore the username string, but it could possibly be used in the future.)
restore.pl