commands/vrehash.html
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
--- a/commands/vrehash.html	Sun Jan 20 00:12:17 2008 +0100
+++ b/commands/vrehash.html	Sun Jan 20 00:22:09 2008 +0100
@@ -1,85 +1,84 @@
-<HTML>
-<HEAD>
-<TITLE>vrehash - Reorganize users directory\n"
-"Renames user directories in a virtual domain to match the current\n"
-"partitioning scheme</TITLE>
-<LINK REV="made" HREF="mailto:root@porky.devel.redhat.com">
-</HEAD>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>vrehash - Reorganize users directory\n&quot;
+&quot;Renames user directories in a virtual domain to match the current\n&quot;
+&quot;partitioning scheme</title>
+<link rev="made" href="mailto:Gentoo@lorien.untroubled.org" />
+</head>
 
-<BODY>
+<body style="background-color: white">
 
+<p><a name="__index__"></a></p>
 <!-- INDEX BEGIN -->
 <!--
 
-<UL>
+<ul>
 
-	<LI><A HREF="#NAME">NAME</A>
-	<LI><A HREF="#SYNOPSIS">SYNOPSIS</A>
-	<LI><A HREF="#DESCRIPTION">DESCRIPTION</A>
-	<LI><A HREF="#RETURN_VALUE">RETURN VALUE</A>
-	<LI><A HREF="#NOTES">NOTES</A>
-	<LI><A HREF="#WARNINGS">WARNINGS</A>
-	<LI><A HREF="#AUTHORS">AUTHORS</A>
-</UL>
+	<li><a href="#name">NAME</a></li>
+	<li><a href="#synopsis">SYNOPSIS</a></li>
+	<li><a href="#description">DESCRIPTION</a></li>
+	<li><a href="#return_value">RETURN VALUE</a></li>
+	<li><a href="#notes">NOTES</a></li>
+	<li><a href="#warnings">WARNINGS</a></li>
+	<li><a href="#authors">AUTHORS</a></li>
+</ul>
 -->
 <!-- INDEX END -->
 
-<P>
-<H1><A NAME="NAME">NAME</A></H1>
-<P>
-vrehash - Reorganize users directory\n`` ''Renames user directories in a
-virtual domain to match the current\n`` ''partitioning scheme
-
-<P>
-<HR>
-<H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1>
-<P>
-<STRONG>vrehash</STRONG>
-
-
-
-<P>
-<HR>
-<H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
-<P>
-This program is designed to be run after the sysadmin has changed the
-<CODE>user-dir-bits</CODE> or <CODE>user-dir-slices</CODE> configuration variables. It creates a new users directory called <CODE>new.users</CODE>, where <CODE>users</CODE>
-is the configured name of the user directory. It then traverses the
-password table, creates a new user directory name for each user, and moves
-the user's mail directory to the new directory name, creating any necessary
-directories as it goes. Any alias entries in the password table are copied
-as-is.
+<p>
+</p>
+<h1><a name="name">NAME</a></h1>
+<p>vrehash - Reorganize users directory\n``
+''Renames user directories in a virtual domain to match the current\n``
+''partitioning scheme</p>
+<p>
+</p>
+<hr />
+<h1><a name="synopsis">SYNOPSIS</a></h1>
+<p><strong>vrehash</strong></p>
+<p>
+</p>
+<hr />
+<h1><a name="description">DESCRIPTION</a></h1>
+<p>This program is designed to be run after the sysadmin has changed the
+<code>user-dir-bits</code> or <code>user-dir-slices</code> configuration variables.
+It creates a new users directory called <code>new.users</code>, where <code>users</code>
+is the configured name of the user directory.
+It then traverses the password table, creates a new user directory name
+for each user, and moves the user's mail directory to the new
+directory name, creating any necessary directories as it goes.
+Any alias entries in the password table are copied as-is.</p>
+<p>
+</p>
+<hr />
+<h1><a name="return_value">RETURN VALUE</a></h1>
+<p>Returns 1 if any part of the process fails; 0 otherwise.</p>
+<p>
+</p>
+<hr />
+<h1><a name="notes">NOTES</a></h1>
+<p>When the process is completed, a the old users directory will have
+been moved to <code>backup.users</code>.
+If no errors occurred, you should be able to safely delete this
+directory and all its subdirectories.
+Check this directory first, though, to ensure that no important files
+remain.</p>
+<p>
+</p>
+<hr />
+<h1><a name="warnings">WARNINGS</a></h1>
+<p>This program is not particularly careful to clean up after itself if
+an error occurs.
+If an error occurs, you will have to check the status of the current
+directory, the virtual password file, and all the virtual users
+subdirectories in both <code>users</code> and <code>new.users</code>.</p>
+<p>
+</p>
+<hr />
+<h1><a name="authors">AUTHORS</a></h1>
+<p>Bruce Guenter &lt;<a href="mailto:bruceg@em.ca">bruceg@em.ca</a>&gt;</p>
 
-<P>
-<HR>
-<H1><A NAME="RETURN_VALUE">RETURN VALUE</A></H1>
-<P>
-Returns 1 if any part of the process fails; 0 otherwise.
-
-<P>
-<HR>
-<H1><A NAME="NOTES">NOTES</A></H1>
-<P>
-When the process is completed, a the old users directory will have been
-moved to <CODE>backup.users</CODE>. If no errors occurred, you should be able to safely delete this directory
-and all its subdirectories. Check this directory first, though, to ensure
-that no important files remain.
+</body>
 
-<P>
-<HR>
-<H1><A NAME="WARNINGS">WARNINGS</A></H1>
-<P>
-This program is not particularly careful to clean up after itself if an
-error occurs. If an error occurs, you will have to check the status of the
-current directory, the virtual password file, and all the virtual users
-subdirectories in both <CODE>users</CODE> and <CODE>new.users</CODE>.
-
-<P>
-<HR>
-<H1><A NAME="AUTHORS">AUTHORS</A></H1>
-<P>
-Bruce Guenter &lt;<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>&gt;
-
-</BODY>
-
-</HTML>
+</html>