summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
commit76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch)
tree11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /lib/libutil
parentc148814ac642685a549ea821e649cd359879c935 (diff)
downloadFreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip
FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/_secure_path.32
-rw-r--r--lib/libutil/_secure_path.c2
-rw-r--r--lib/libutil/auth.32
-rw-r--r--lib/libutil/auth.conf.52
-rw-r--r--lib/libutil/libutil.h2
-rw-r--r--lib/libutil/login.32
-rw-r--r--lib/libutil/login.c2
-rw-r--r--lib/libutil/login.conf.52
-rw-r--r--lib/libutil/login_auth.32
-rw-r--r--lib/libutil/login_auth.c2
-rw-r--r--lib/libutil/login_cap.32
-rw-r--r--lib/libutil/login_cap.c2
-rw-r--r--lib/libutil/login_cap.h2
-rw-r--r--lib/libutil/login_class.32
-rw-r--r--lib/libutil/login_class.c2
-rw-r--r--lib/libutil/login_ok.32
-rw-r--r--lib/libutil/login_ok.c2
-rw-r--r--lib/libutil/login_times.32
-rw-r--r--lib/libutil/login_times.c2
-rw-r--r--lib/libutil/login_tty.32
-rw-r--r--lib/libutil/login_tty.c2
-rw-r--r--lib/libutil/logout.32
-rw-r--r--lib/libutil/logout.c2
-rw-r--r--lib/libutil/logwtmp.32
-rw-r--r--lib/libutil/logwtmp.c2
-rw-r--r--lib/libutil/property.32
-rw-r--r--lib/libutil/pty.32
-rw-r--r--lib/libutil/pty.c2
-rw-r--r--lib/libutil/realhostname.32
-rw-r--r--lib/libutil/realhostname.c2
-rw-r--r--lib/libutil/setproctitle.32
-rw-r--r--lib/libutil/setproctitle.c2
-rw-r--r--lib/libutil/trimdomain.32
-rw-r--r--lib/libutil/uucplock.32
-rw-r--r--lib/libutil/uucplock.c2
35 files changed, 35 insertions, 35 deletions
diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3
index 0535462..85fc999 100644
--- a/lib/libutil/_secure_path.3
+++ b/lib/libutil/_secure_path.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: _secure_path.3,v 1.3 1998/06/06 05:50:42 jkoshy Exp $
+.\" $FreeBSD$
.\"
.Dd May 2, 1997
.Os FreeBSD
diff --git a/lib/libutil/_secure_path.c b/lib/libutil/_secure_path.c
index 983292f..c27003c 100644
--- a/lib/libutil/_secure_path.c
+++ b/lib/libutil/_secure_path.c
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: _secure_path.c,v 1.3 1998/10/09 00:39:08 jkh Exp $
+ * $FreeBSD$
*/
diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3
index a026ec5..14987c3 100644
--- a/lib/libutil/auth.3
+++ b/lib/libutil/auth.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: auth.3,v 1.1 1998/10/08 06:53:32 jkh Exp $
+.\" $FreeBSD$
.\" "
.Dd October 7, 1998
.Os
diff --git a/lib/libutil/auth.conf.5 b/lib/libutil/auth.conf.5
index 08cf806..fe54df0 100644
--- a/lib/libutil/auth.conf.5
+++ b/lib/libutil/auth.conf.5
@@ -11,7 +11,7 @@
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
-.\" $Id$
+.\" $FreeBSD$
.\"
.Dd October 7, 1998
.Dt AUTH.CONF 5
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index 32957d9..f41c665 100644
--- a/lib/libutil/libutil.h
+++ b/lib/libutil/libutil.h
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: libutil.h,v 1.21 1998/12/16 17:52:15 bde Exp $
+ * $FreeBSD$
*/
#ifndef _LIBUTIL_H_
diff --git a/lib/libutil/login.3 b/lib/libutil/login.3
index faec5bb..c8f592c 100644
--- a/lib/libutil/login.3
+++ b/lib/libutil/login.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $FreeBSD$
.\" "
.Dd December 29, 1996
.Os
diff --git a/lib/libutil/login.c b/lib/libutil/login.c
index 8ff2d5f..322c9a6 100644
--- a/lib/libutil/login.c
+++ b/lib/libutil/login.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: login.c,v 1.4 1997/08/13 20:42:16 steve Exp $";
+ "$FreeBSD$";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 1f487ad..3588aa5 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login.conf.5,v 1.16 1999/04/30 18:19:46 hoek Exp $
+.\" $FreeBSD$
.\"
.Dd November 22, 1996
.Dt LOGIN.CONF 5
diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3
index 73b6325..5d851f8 100644
--- a/lib/libutil/login_auth.3
+++ b/lib/libutil/login_auth.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_auth.3,v 1.5 1998/03/23 13:29:49 bde Exp $
+.\" $FreeBSD$
.\"
.Dd December 29, 1996
.Os FreeBSD
diff --git a/lib/libutil/login_auth.c b/lib/libutil/login_auth.c
index 15f5892..1fb21ca 100644
--- a/lib/libutil/login_auth.c
+++ b/lib/libutil/login_auth.c
@@ -25,7 +25,7 @@
*
* Low-level routines relating to the user capabilities database
*
- * $Id: login_auth.c,v 1.9 1998/09/16 04:17:47 imp Exp $
+ * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index 2a35e7d..7377d19 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_cap.3,v 1.12 1999/07/20 20:46:26 nik Exp $
+.\" $FreeBSD$
.\"
.Dd December 27, 1996
.Os FreeBSD
diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c
index 0e113aa..af27766 100644
--- a/lib/libutil/login_cap.c
+++ b/lib/libutil/login_cap.c
@@ -25,7 +25,7 @@
*
* Low-level routines relating to the user capabilities database
*
- * $Id: login_cap.c,v 1.15 1999/04/24 17:01:58 ache Exp $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/lib/libutil/login_cap.h b/lib/libutil/login_cap.h
index f380936..f4b3825 100644
--- a/lib/libutil/login_cap.h
+++ b/lib/libutil/login_cap.h
@@ -22,7 +22,7 @@
* Low-level routines relating to the user capabilities database
*
* Was login_cap.h,v 1.9 1997/05/07 20:00:01 eivind Exp
- * $Id: login_cap.h,v 1.1 1997/05/10 12:49:30 davidn Exp $
+ * $FreeBSD$
*/
#ifndef _LOGIN_CAP_H_
diff --git a/lib/libutil/login_class.3 b/lib/libutil/login_class.3
index 9c9a1c6..4bb0185 100644
--- a/lib/libutil/login_class.3
+++ b/lib/libutil/login_class.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_class.3,v 1.5 1997/04/13 14:12:48 bde Exp $
+.\" $FreeBSD$
.\"
.Dd December 28, 1996
.Os FreeBSD
diff --git a/lib/libutil/login_class.c b/lib/libutil/login_class.c
index 34e8b5b..589ea4f 100644
--- a/lib/libutil/login_class.c
+++ b/lib/libutil/login_class.c
@@ -21,7 +21,7 @@
*
* High-level routines relating to use of the user capabilities database
*
- * $Id: login_class.c,v 1.10 1998/07/29 14:05:01 ache Exp $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/lib/libutil/login_ok.3 b/lib/libutil/login_ok.3
index f90710f..b74ab39 100644
--- a/lib/libutil/login_ok.3
+++ b/lib/libutil/login_ok.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id$
+.\" $FreeBSD$
.\"
.Dd January 2, 1997
.Os FreeBSD
diff --git a/lib/libutil/login_ok.c b/lib/libutil/login_ok.c
index b0927e4..365528b 100644
--- a/lib/libutil/login_ok.c
+++ b/lib/libutil/login_ok.c
@@ -20,7 +20,7 @@
*
* Support allow/deny lists in login class capabilities
*
- * $Id: login_ok.c,v 1.5 1997/06/16 23:38:01 davidn Exp $
+ * $FreeBSD$
*/
#include <stdlib.h>
diff --git a/lib/libutil/login_times.3 b/lib/libutil/login_times.3
index e2e7a3f..e9839cd 100644
--- a/lib/libutil/login_times.3
+++ b/lib/libutil/login_times.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id$
+.\" $FreeBSD$
.\"
.Dd January 2, 1997
.Os FreeBSD
diff --git a/lib/libutil/login_times.c b/lib/libutil/login_times.c
index 84ca397..af58974 100644
--- a/lib/libutil/login_times.c
+++ b/lib/libutil/login_times.c
@@ -20,7 +20,7 @@
*
* Login period parsing and comparison functions.
*
- * $Id: login_times.c,v 1.5 1997/05/10 18:55:38 davidn Exp $
+ * $FreeBSD$
*/
#include <stdlib.h>
diff --git a/lib/libutil/login_tty.3 b/lib/libutil/login_tty.3
index 8a4c8fe..2cde93f 100644
--- a/lib/libutil/login_tty.3
+++ b/lib/libutil/login_tty.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $FreeBSD$
.\" "
.Dd December 29, 1996
.Os
diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c
index 23792d4..eb32fc7 100644
--- a/lib/libutil/login_tty.c
+++ b/lib/libutil/login_tty.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)login_tty.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: login_tty.c,v 1.4 1998/10/09 00:39:08 jkh Exp $";
+ "$FreeBSD$";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libutil/logout.3 b/lib/libutil/logout.3
index 7127e8a..580550f 100644
--- a/lib/libutil/logout.3
+++ b/lib/libutil/logout.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: logout.3,v 1.4 1997/02/22 15:08:28 peter Exp $
+.\" $FreeBSD$
.\" "
.Dd December 29, 1996
.Os
diff --git a/lib/libutil/logout.c b/lib/libutil/logout.c
index e5df798..5b9a821 100644
--- a/lib/libutil/logout.c
+++ b/lib/libutil/logout.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: logout.c,v 1.4 1998/10/09 00:39:09 jkh Exp $";
+ "$FreeBSD$";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libutil/logwtmp.3 b/lib/libutil/logwtmp.3
index 496595f..b7d3d0a 100644
--- a/lib/libutil/logwtmp.3
+++ b/lib/libutil/logwtmp.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: logwtmp.3,v 1.5 1997/05/11 08:50:33 davidn Exp $
+.\" $FreeBSD$
.\" "
.Dd December 29, 1996
.Os
diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c
index ad9a86e..fd05b55 100644
--- a/lib/libutil/logwtmp.c
+++ b/lib/libutil/logwtmp.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: logwtmp.c,v 1.11 1999/04/08 08:00:06 brian Exp $";
+ "$FreeBSD$";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libutil/property.3 b/lib/libutil/property.3
index 12b0ba9..e6de28d 100644
--- a/lib/libutil/property.3
+++ b/lib/libutil/property.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: property.3,v 1.5 1999/03/05 17:08:23 bde Exp $
+.\" $FreeBSD$
.\" "
.Dd October 7, 1998
.Os
diff --git a/lib/libutil/pty.3 b/lib/libutil/pty.3
index 342f917..e209fde 100644
--- a/lib/libutil/pty.3
+++ b/lib/libutil/pty.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: pty.3,v 1.6 1997/02/22 15:08:31 peter Exp $
+.\" $FreeBSD$
.\" "
.Dd December 29, 1996
.Os
diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c
index 18b7349..0b5e4ab 100644
--- a/lib/libutil/pty.c
+++ b/lib/libutil/pty.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)pty.c 8.3 (Berkeley) 5/16/94";
#else
static const char rcsid[] =
- "$Id: pty.c,v 1.8 1998/10/09 11:24:20 jkh Exp $";
+ "$FreeBSD$";
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/lib/libutil/realhostname.3 b/lib/libutil/realhostname.3
index 4298e7f..9e5794d 100644
--- a/lib/libutil/realhostname.3
+++ b/lib/libutil/realhostname.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id:$
+.\" $FreeBSD$
.\"
.Dd April 6, 1999
.Os
diff --git a/lib/libutil/realhostname.c b/lib/libutil/realhostname.c
index 240f929..fa7f4b1 100644
--- a/lib/libutil/realhostname.c
+++ b/lib/libutil/realhostname.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: realhostname.c,v 1.1 1999/04/06 23:02:35 brian Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3
index 25e9162..96f1ebf 100644
--- a/lib/libutil/setproctitle.3
+++ b/lib/libutil/setproctitle.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: setproctitle.3,v 1.9 1997/05/11 08:50:33 davidn Exp $
+.\" $FreeBSD$
.\"
.\" The following requests are required for all man pages.
.Dd December 16, 1995
diff --git a/lib/libutil/setproctitle.c b/lib/libutil/setproctitle.c
index 3bce420..a5cf234 100644
--- a/lib/libutil/setproctitle.c
+++ b/lib/libutil/setproctitle.c
@@ -14,7 +14,7 @@
* 3. Absolutely no warranty of function or purpose is made by the author
* Peter Wemm.
*
- * $Id: setproctitle.c,v 1.7 1998/04/28 07:02:33 dg Exp $
+ * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/lib/libutil/trimdomain.3 b/lib/libutil/trimdomain.3
index 263252a..e4d70b8 100644
--- a/lib/libutil/trimdomain.3
+++ b/lib/libutil/trimdomain.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: trimdomain.3,v 1.1 1999/04/07 14:03:31 brian Exp $
+.\" $FreeBSD$
.\"
.Dd April 7, 1999
.Os
diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3
index ae576e3..99534a6 100644
--- a/lib/libutil/uucplock.3
+++ b/lib/libutil/uucplock.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: uucplock.3,v 1.11 1998/05/28 23:17:08 brian Exp $
+.\" $FreeBSD$
.\" "
.Dd March 30, 1997
.Os
diff --git a/lib/libutil/uucplock.c b/lib/libutil/uucplock.c
index f6b303f..012016a 100644
--- a/lib/libutil/uucplock.c
+++ b/lib/libutil/uucplock.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: uucplock.c,v 1.10 1998/06/10 00:16:28 brian Exp $
+ * $FreeBSD$
*
*/
OpenPOWER on IntegriCloud