diff options
author | Bill Nottingham <notting@redhat.com> | 2003-09-10 02:29:19 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-09-10 02:29:19 +0000 |
commit | 1649de1d1cb193c160c8cc9d634753db2648dbf7 (patch) | |
tree | e5a768bf3c478ae85c1fb0bf13b6fd4f40f40b38 /src/genhostid.1 | |
parent | d28947758e5836a8acf5b31c2f295e0efa435a8d (diff) | |
download | initscripts-1649de1d1cb193c160c8cc9d634753db2648dbf7.tar initscripts-1649de1d1cb193c160c8cc9d634753db2648dbf7.tar.gz initscripts-1649de1d1cb193c160c8cc9d634753db2648dbf7.tar.bz2 initscripts-1649de1d1cb193c160c8cc9d634753db2648dbf7.tar.xz initscripts-1649de1d1cb193c160c8cc9d634753db2648dbf7.zip |
add uli's hostid setting program
Diffstat (limited to 'src/genhostid.1')
-rw-r--r-- | src/genhostid.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/genhostid.1 b/src/genhostid.1 new file mode 100644 index 00000000..436d9537 --- /dev/null +++ b/src/genhostid.1 @@ -0,0 +1,12 @@ +.TH GENHOSTID 1 +.SH NAME +genhostid \- generate and set a hostid for the current host +.SH SYNOPSIS +.B genhostid + +.SH DESCRIPTION +\fBgenhostid\fR generates a random hostid and stores it in /etc/hostid, +if /etc/hostid does not already exist. + +.SH "SEE ALSO" +hostid(1), gethostid(2), sethostid(2) |