Revert $FreeBSD$ to $Id$

This commit is contained in:
Peter Wemm 1997-02-22 16:15:28 +00:00
parent fce15c9ab3
commit 476602a9d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22997
594 changed files with 622 additions and 613 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd September 23, 1994 .Dd September 23, 1994
.Dt SYSCTL 8 .Dt SYSCTL 8

View File

@ -40,7 +40,7 @@ static char copyright[] =
#ifndef lint #ifndef lint
/*static char sccsid[] = "From: @(#)sysctl.c 8.1 (Berkeley) 6/6/93"; */ /*static char sccsid[] = "From: @(#)sysctl.c 8.1 (Berkeley) 6/6/93"; */
static const char rcsid[] = static const char rcsid[] =
"$FreeBSD$"; "$Id$";
#endif /* not lint */ #endif /* not lint */
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93 # @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$ # $Id$
PROG= IPXrouted PROG= IPXrouted
MAN8= IPXrouted.8 MAN8= IPXrouted.8

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -36,7 +36,7 @@
* *
* @(#)af.h 8.1 (Berkeley) 6/5/93 * @(#)af.h 8.1 (Berkeley) 6/5/93
* *
* $FreeBSD$ * $Id$
*/ */
/* /*

View File

@ -34,7 +34,7 @@
* *
* @(#)defs.h 8.1 (Berkeley) 6/5/93 * @(#)defs.h 8.1 (Berkeley) 6/5/93
* *
* $FreeBSD$ * $Id$
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@ -34,7 +34,7 @@
* *
* static char sccsid[] = "@(#)if.c 5.1 (Berkeley) 6/4/85"; (routed/if.c) * static char sccsid[] = "@(#)if.c 5.1 (Berkeley) 6/4/85"; (routed/if.c)
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -34,7 +34,7 @@
* *
* @(#)interface.h 8.1 (Berkeley) 6/5/93 * @(#)interface.h 8.1 (Berkeley) 6/5/93
* *
* $FreeBSD$ * $Id$
*/ */
/* /*

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -37,7 +37,7 @@
* *
* @(#)protocol.h 8.1 (Berkeley) 6/5/93 * @(#)protocol.h 8.1 (Berkeley) 6/5/93
* *
* $FreeBSD$ * $Id$
*/ */
/* /*

View File

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef _SAP_H_ #ifndef _SAP_H_
#define _SAP_H_ #define _SAP_H_

View File

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
/* /*

View File

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
/* /*

View File

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#include "defs.h" #include "defs.h"

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -36,7 +36,7 @@
* *
* @(#)table.h 8.1 (Berkeley) 6/5/93 * @(#)table.h 8.1 (Berkeley) 6/5/93
* *
* $FreeBSD$ * $Id$
*/ */
/* /*

View File

@ -32,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -37,7 +37,7 @@
* *
* @(#)trace.h 8.1 (Berkeley) 6/5/93 * @(#)trace.h 8.1 (Berkeley) 6/5/93
* *
* $FreeBSD$ * $Id$
*/ */
/* /*

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 5.20 (Berkeley) 6/12/93 # From: @(#)Makefile 5.20 (Berkeley) 6/12/93
# $FreeBSD$ # $Id$
# XXX MISSING: mkproto # XXX MISSING: mkproto
SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot ckdist \ SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot ckdist \

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
PROG= ac PROG= ac
MAN8= ac.8 MAN8= ac.8

View File

@ -28,7 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd March 15, 1994 .Dd March 15, 1994
.Dt AC 8 .Dt AC 8

View File

@ -14,7 +14,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] = "$FreeBSD$"; static char rcsid[] = "$Id$";
#endif #endif
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,4 +1,4 @@
# $FreeBSD$ # $Id$
SCRIPTS= adduser.perl rmuser.perl addgroup.tcl rmgroup.sh SCRIPTS= adduser.perl rmuser.perl addgroup.tcl rmgroup.sh
MAN8= adduser.8 rmuser.8 addgroup.8 rmgroup.8 MAN8= adduser.8 rmuser.8 addgroup.8 rmgroup.8

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.Dd Oct, 30, 1996 .Dd Oct, 30, 1996
.Dt ADDGROUP 8 .Dt ADDGROUP 8

View File

@ -29,7 +29,7 @@
# signal handling # signal handling
# add only users who exist # add only users who exist
# #
# $FreeBSD$ # $Id$
# set global variables # set global variables
set etc_group "/etc/group"; #set etc_group "/usr/tmp/group" set etc_group "/etc/group"; #set etc_group "/usr/tmp/group"

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.Dd Jan, 9, 1995 .Dd Jan, 9, 1995
.Dt ADDUSER 8 .Dt ADDUSER 8
.Os FreeBSD 2.1 .Os FreeBSD 2.1

View File

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# $FreeBSD$ # $Id$
# read variables # read variables

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.Dd Oct, 30, 1996 .Dd Oct, 30, 1996
.Dt RMGROUP 8 .Dt RMGROUP 8

View File

@ -4,7 +4,7 @@
# #
# rmgroup - delete a Unix group # rmgroup - delete a Unix group
# #
# $FreeBSD$ # $Id$
PATH=/bin:/usr/bin; export PATH PATH=/bin:/usr/bin; export PATH
db=/etc/group db=/etc/group

View File

@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd July 16, 1996 .Dd July 16, 1996
.Dt RMUSER 8 .Dt RMUSER 8

View File

@ -30,7 +30,7 @@
# #
# Guy Helmer <ghelmer@alpha.dsu.edu>, 07/17/96 # Guy Helmer <ghelmer@alpha.dsu.edu>, 07/17/96
# #
# $FreeBSD$ # $Id$
sub LOCK_SH {0x01;} sub LOCK_SH {0x01;}
sub LOCK_EX {0x02;} sub LOCK_EX {0x02;}

View File

@ -37,7 +37,7 @@
* *
* @(#)afs_ops.c 8.1 (Berkeley) 6/6/93 * @(#)afs_ops.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)am_ops.c 8.1 (Berkeley) 6/6/93 * @(#)am_ops.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
.\" .\"
.\" @(#)amd.8 5.10 (Berkeley) 4/19/94 .\" @(#)amd.8 5.10 (Berkeley) 4/19/94
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd "April 19, 1994" .Dd "April 19, 1994"
.Dt AMD 8 .Dt AMD 8

View File

@ -37,7 +37,7 @@
* *
* @(#)amd.c 8.1 (Berkeley) 6/6/93 * @(#)amd.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)amq_subr.c 8.1 (Berkeley) 6/6/93 * @(#)amq_subr.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */
/* /*

View File

@ -37,7 +37,7 @@
* *
* @(#)clock.c 8.1 (Berkeley) 6/6/93 * @(#)clock.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)efs_ops.c 8.1 (Berkeley) 6/6/93 * @(#)efs_ops.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)get_args.c 8.1 (Berkeley) 6/6/93 * @(#)get_args.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)host_ops.c 8.1 (Berkeley) 6/6/93 * @(#)host_ops.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)ifs_ops.c 8.1 (Berkeley) 6/6/93 * @(#)ifs_ops.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)info_file.c 8.1 (Berkeley) 6/6/93 * @(#)info_file.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)info_hes.c 8.1 (Berkeley) 6/6/93 * @(#)info_hes.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)info_ndbm.c 8.1 (Berkeley) 6/6/93 * @(#)info_ndbm.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)info_nis.c 8.1 (Berkeley) 6/6/93 * @(#)info_nis.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)info_passwd.c 8.1 (Berkeley) 6/6/93 * @(#)info_passwd.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)info_union.c 8.1 (Berkeley) 6/6/93 * @(#)info_union.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -37,7 +37,7 @@
* *
* @(#)misc_rpc.c 8.1 (Berkeley) 6/6/93 * @(#)misc_rpc.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -37,7 +37,7 @@
* *
* @(#)mount_fs.c 8.1 (Berkeley) 6/6/93 * @(#)mount_fs.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)mtab.c 8.1 (Berkeley) 6/6/93 * @(#)mtab.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -37,7 +37,7 @@
* *
* @(#)nfs_start.c 8.1 (Berkeley) 6/6/93 * @(#)nfs_start.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)nfs_subr.c 8.1 (Berkeley) 6/6/93 * @(#)nfs_subr.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)nfsx_ops.c 8.1 (Berkeley) 6/6/93 * @(#)nfsx_ops.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
*/ */
#ifndef lint #ifndef lint

View File

@ -37,7 +37,7 @@
* *
* @(#)pfs_ops.c 8.1 (Berkeley) 6/6/93 * @(#)pfs_ops.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)rpc_fwd.c 8.1 (Berkeley) 6/6/93 * @(#)rpc_fwd.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)sched.c 8.1 (Berkeley) 6/6/93 * @(#)sched.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)sfs_ops.c 8.1 (Berkeley) 6/6/93 * @(#)sfs_ops.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)srvr_afs.c 8.1 (Berkeley) 6/6/93 * @(#)srvr_afs.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)srvr_nfs.c 8.1 (Berkeley) 6/6/93 * @(#)srvr_nfs.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)ufs_ops.c 8.1 (Berkeley) 6/6/93 * @(#)ufs_ops.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)umount_fs.c 8.1 (Berkeley) 6/6/93 * @(#)umount_fs.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)util.c 8.1 (Berkeley) 6/6/93 * @(#)util.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)wire.c 8.1 (Berkeley) 6/6/93 * @(#)wire.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)xutil.c 8.1 (Berkeley) 6/6/93 * @(#)xutil.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
.\" .\"
.\" @(#)amq.8 8.3 (Berkeley) 4/18/94 .\" @(#)amq.8 8.3 (Berkeley) 4/18/94
.\" .\"
.\" $FreeBSD$ .\" $Id$
.\" .\"
.Dd March 16, 1991 .Dd March 16, 1991
.Dt AMQ 8 .Dt AMQ 8

View File

@ -37,7 +37,7 @@
* *
* @(#)amq.c 8.1 (Berkeley) 6/7/93 * @(#)amq.c 8.1 (Berkeley) 6/7/93
* *
* $FreeBSD$ * $Id$
* *
*/ */
@ -54,7 +54,7 @@ char copyright[] = "\
#endif /* not lint */ #endif /* not lint */
#ifndef lint #ifndef lint
static char rcsid[] = "$FreeBSD$"; static char rcsid[] = "$Id$";
static char sccsid[] = "@(#)amq.c 8.1 (Berkeley) 6/7/93"; static char sccsid[] = "@(#)amq.c 8.1 (Berkeley) 6/7/93";
#endif /* not lint */ #endif /* not lint */

View File

@ -38,7 +38,7 @@
# #
# @(#)Configure 8.1 (Berkeley) 6/6/93 # @(#)Configure 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
echo "Making ./arch and ./os-type executable ..." echo "Making ./arch and ./os-type executable ..."
until chmod +x ./arch ./os-type; do echo "Error: chmod command failed" >&2; exit 1; done until chmod +x ./arch ./os-type; do echo "Error: chmod command failed" >&2; exit 1; done

View File

@ -1,5 +1,5 @@
# @(#)Makefile.aix3 8.1 (Berkeley) 6/6/93 # @(#)Makefile.aix3 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
SYSLIB = -lbsd SYSLIB = -lbsd

View File

@ -1,6 +1,6 @@
# @(#)Makefile.bsd44 8.1 (Berkeley) 6/6/93 # @(#)Makefile.bsd44 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
# Extra Makefile definitions for 4.4 BSD # Extra Makefile definitions for 4.4 BSD
# #

View File

@ -1,6 +1,6 @@
# @(#)Makefile.config 8.1 (Berkeley) 6/6/93 # @(#)Makefile.config 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
# #

View File

@ -1,6 +1,6 @@
# @(#)Makefile.hpux 8.1 (Berkeley) 6/6/93 # @(#)Makefile.hpux 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
# Extra Makefile definitions for HP-UX # Extra Makefile definitions for HP-UX
# #

View File

@ -1,6 +1,6 @@
# @(#)Makefile.irix 8.1 (Berkeley) 6/6/93 # @(#)Makefile.irix 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
# Extra Makefile definitions for IRIX # Extra Makefile definitions for IRIX
# #

View File

@ -1,6 +1,6 @@
# @(#)Makefile.irix3 8.1 (Berkeley) 6/6/93 # @(#)Makefile.irix3 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
# Extra Makefile definitions for IRIX # Extra Makefile definitions for IRIX
# #

View File

@ -1,6 +1,6 @@
# @(#)Makefile.irix4 8.1 (Berkeley) 6/6/93 # @(#)Makefile.irix4 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
# Extra Makefile definitions for IRIX # Extra Makefile definitions for IRIX
# #

View File

@ -1,6 +1,6 @@
# @(#)Makefile.stellix 8.1 (Berkeley) 6/6/93 # @(#)Makefile.stellix 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
# Extra Makefile definitions for STELLIX # Extra Makefile definitions for STELLIX
# #

View File

@ -38,7 +38,7 @@
# #
# @(#)arch 8.1 (Berkeley) 6/6/93 # @(#)arch 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
# Figure out machine architecture # Figure out machine architecture
# #

View File

@ -37,7 +37,7 @@
* *
* @(#)misc-aix3.h 8.1 (Berkeley) 6/6/93 * @(#)misc-aix3.h 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)misc-hpux.h 8.1 (Berkeley) 6/6/93 * @(#)misc-hpux.h 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)misc-irix.h 8.1 (Berkeley) 6/6/93 * @(#)misc-irix.h 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)misc-next.h 8.1 (Berkeley) 6/6/93 * @(#)misc-next.h 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)misc-ultrix.h 8.1 (Berkeley) 6/6/93 * @(#)misc-ultrix.h 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)mount_aix.c 8.1 (Berkeley) 6/6/93 * @(#)mount_aix.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)mount_irix.c 8.1 (Berkeley) 6/6/93 * @(#)mount_irix.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)mtab_aix.c 8.1 (Berkeley) 6/6/93 * @(#)mtab_aix.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)mtab_bsd.c 8.1 (Berkeley) 6/6/93 * @(#)mtab_bsd.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)mtab_file.c 8.1 (Berkeley) 6/6/93 * @(#)mtab_file.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)mtab_ultrix.c 8.1 (Berkeley) 6/6/93 * @(#)mtab_ultrix.c 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
*/ */

View File

@ -38,7 +38,7 @@
# #
# @(#)newvers.sh 8.1 (Berkeley) 6/6/93 # @(#)newvers.sh 8.1 (Berkeley) 6/6/93
# #
# $FreeBSD$ # $Id$
# #
PATH=/usr/ucb:/bin:/usr/bin:$PATH PATH=/usr/ucb:/bin:/usr/bin:$PATH
if [ $# -ne 3 ]; then echo "Usage: newvers program arch os" >&2; exit 1; fi if [ $# -ne 3 ]; then echo "Usage: newvers program arch os" >&2; exit 1; fi

View File

@ -37,7 +37,7 @@
* *
* @(#)os-acis43.h 8.1 (Berkeley) 6/6/93 * @(#)os-acis43.h 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
* IBM RT ACIS4.3 definitions for Amd (automounter) * IBM RT ACIS4.3 definitions for Amd (automounter)
*/ */

View File

@ -37,7 +37,7 @@
* *
* @(#)os-aix3.h 8.1 (Berkeley) 6/6/93 * @(#)os-aix3.h 8.1 (Berkeley) 6/6/93
* *
* $FreeBSD$ * $Id$
* *
* AIX 3.1 definitions for Amd (automounter) * AIX 3.1 definitions for Amd (automounter)
*/ */

Some files were not shown because too many files have changed in this diff Show More