sweep of my licenses for consistency. (no functional changes) These
files have copyright held by people in addition to myself. (I did the original work, they copied it, enhanced it, and added their copyright to the derivative work.) Their approval has been given re: the license change.
This commit is contained in:
parent
1dc0dc5fb1
commit
c85d2eb42b
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.7 2000/06/14 06:48:47 cgd Exp $
|
# $NetBSD: dot.profile,v 1.8 2000/06/14 22:52:37 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: install.sh,v 1.4 2000/06/14 06:48:48 cgd Exp $
|
# $NetBSD: install.sh,v 1.5 2000/06/14 22:52:41 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD installation script.
|
# NetBSD installation script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: upgrade.sh,v 1.4 2000/06/14 06:48:48 cgd Exp $
|
# $NetBSD: upgrade.sh,v 1.5 2000/06/14 22:52:41 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD upgrade script.
|
# NetBSD upgrade script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.7 2000/06/14 06:48:49 cgd Exp $
|
# $NetBSD: dot.profile,v 1.8 2000/06/14 22:52:41 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.10 2000/06/14 06:48:50 cgd Exp $
|
# $NetBSD: dot.profile,v 1.11 2000/06/14 22:52:42 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: install.tmpl,v 1.7 2000/06/14 06:48:50 cgd Exp $
|
# $NetBSD: install.tmpl,v 1.8 2000/06/14 22:52:42 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD installation script.
|
# NetBSD installation script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: upgrade.tmpl,v 1.3 2000/06/14 06:48:51 cgd Exp $
|
# $NetBSD: upgrade.tmpl,v 1.4 2000/06/14 22:52:42 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD upgrade script.
|
# NetBSD upgrade script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.7 2000/06/14 06:48:51 cgd Exp $
|
# $NetBSD: dot.profile,v 1.8 2000/06/14 22:52:42 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.6 2000/06/14 06:48:51 cgd Exp $
|
# $NetBSD: dot.profile,v 1.7 2000/06/14 22:52:42 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: install.tmpl,v 1.4 2000/06/14 06:48:51 cgd Exp $
|
# $NetBSD: install.tmpl,v 1.5 2000/06/14 22:52:42 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD installation script.
|
# NetBSD installation script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: upgrade.tmpl,v 1.4 2000/06/14 06:48:51 cgd Exp $
|
# $NetBSD: upgrade.tmpl,v 1.5 2000/06/14 22:52:42 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD upgrade script.
|
# NetBSD upgrade script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.5 2000/06/14 06:48:51 cgd Exp $
|
# $NetBSD: dot.profile,v 1.6 2000/06/14 22:52:43 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.4 2000/06/14 06:48:52 cgd Exp $
|
# $NetBSD: dot.profile,v 1.5 2000/06/14 22:52:43 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.2 2000/06/14 06:48:52 cgd Exp $
|
# $NetBSD: dot.profile,v 1.3 2000/06/14 22:52:43 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: install.tmpl,v 1.2 2000/06/14 06:48:52 cgd Exp $
|
# $NetBSD: install.tmpl,v 1.3 2000/06/14 22:52:43 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD installation script.
|
# NetBSD installation script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: upgrade.tmpl,v 1.2 2000/06/14 06:48:52 cgd Exp $
|
# $NetBSD: upgrade.tmpl,v 1.3 2000/06/14 22:52:43 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD upgrade script.
|
# NetBSD upgrade script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.11 2000/06/14 06:48:52 cgd Exp $
|
# $NetBSD: dot.profile,v 1.12 2000/06/14 22:52:44 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: install.tmpl,v 1.5 2000/06/14 06:48:53 cgd Exp $
|
# $NetBSD: install.tmpl,v 1.6 2000/06/14 22:52:44 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD installation script.
|
# NetBSD installation script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: upgrade.tmpl,v 1.4 2000/06/14 06:48:53 cgd Exp $
|
# $NetBSD: upgrade.tmpl,v 1.5 2000/06/14 22:52:44 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD upgrade script.
|
# NetBSD upgrade script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.6 2000/06/14 06:48:53 cgd Exp $
|
# $NetBSD: dot.profile,v 1.7 2000/06/14 22:52:44 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.6 2000/06/14 06:48:53 cgd Exp $
|
# $NetBSD: dot.profile,v 1.7 2000/06/14 22:52:45 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.8 2000/06/14 06:48:53 cgd Exp $
|
# $NetBSD: dot.profile,v 1.9 2000/06/14 22:52:45 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.5 2000/06/14 06:48:54 cgd Exp $
|
# $NetBSD: dot.profile,v 1.6 2000/06/14 22:52:45 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.4 2000/06/14 06:48:54 cgd Exp $
|
# $NetBSD: dot.profile,v 1.5 2000/06/14 22:52:46 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.2 2000/06/14 06:48:54 cgd Exp $
|
# $NetBSD: dot.profile,v 1.3 2000/06/14 22:52:46 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.7 2000/06/14 06:48:55 cgd Exp $
|
# $NetBSD: dot.profile,v 1.8 2000/06/14 22:52:46 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.5 2000/06/14 06:48:56 cgd Exp $
|
# $NetBSD: dot.profile,v 1.6 2000/06/14 22:52:46 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile.m4,v 1.3 2000/06/14 06:48:56 cgd Exp $
|
# $NetBSD: dot.profile.m4,v 1.4 2000/06/14 22:52:47 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.9 2000/06/14 06:48:56 cgd Exp $
|
# $NetBSD: dot.profile,v 1.10 2000/06/14 22:52:47 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.4 2000/06/14 06:48:56 cgd Exp $
|
# $NetBSD: dot.profile,v 1.5 2000/06/14 22:52:47 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: mr.profile,v 1.5 2000/06/14 06:48:57 cgd Exp $
|
# $NetBSD: mr.profile,v 1.6 2000/06/14 22:52:47 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: dot.profile,v 1.2 2000/06/14 06:48:57 cgd Exp $
|
# $NetBSD: dot.profile,v 1.3 2000/06/14 22:52:48 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1995 Jason R. Thorpe
|
# Copyright (c) 1995 Jason R. Thorpe
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.6 2000/06/14 06:48:57 cgd Exp $
|
# $NetBSD: dot.profile,v 1.7 2000/06/14 22:52:48 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: install.tmpl,v 1.2 2000/06/14 06:48:58 cgd Exp $
|
# $NetBSD: install.tmpl,v 1.3 2000/06/14 22:52:48 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD installation script.
|
# NetBSD installation script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: upgrade.tmpl,v 1.2 2000/06/14 06:48:58 cgd Exp $
|
# $NetBSD: upgrade.tmpl,v 1.3 2000/06/14 22:52:48 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD upgrade script.
|
# NetBSD upgrade script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.4 2000/06/14 06:48:58 cgd Exp $
|
# $NetBSD: dot.profile,v 1.5 2000/06/14 22:52:49 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# $NetBSD: dot.profile,v 1.9 2000/06/14 06:48:58 cgd Exp $
|
# $NetBSD: dot.profile,v 1.10 2000/06/14 22:52:49 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -14,9 +14,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -28,6 +30,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: install.tmpl,v 1.9 2000/06/14 06:48:58 cgd Exp $
|
# $NetBSD: install.tmpl,v 1.10 2000/06/14 22:52:49 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD installation script.
|
# NetBSD installation script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $NetBSD: upgrade.tmpl,v 1.9 2000/06/14 06:48:58 cgd Exp $
|
# $NetBSD: upgrade.tmpl,v 1.10 2000/06/14 22:52:49 cgd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1994 Christopher G. Demetriou
|
|
||||||
# Copyright (c) 1997 Perry E. Metzger
|
# Copyright (c) 1997 Perry E. Metzger
|
||||||
|
# Copyright (c) 1994 Christopher G. Demetriou
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -15,11 +15,11 @@
|
|||||||
# documentation and/or other materials provided with the distribution.
|
# documentation and/or other materials provided with the distribution.
|
||||||
# 3. All advertising materials mentioning features or use of this software
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# This product includes software developed for the
|
||||||
# This product includes software developed for the NetBSD Project
|
# NetBSD Project. See http://www.netbsd.org/ for
|
||||||
# by Perry E. Metzger.
|
# information about NetBSD.
|
||||||
# 4. The name of the author may not be used to endorse or promote products
|
# 4. The name of the author may not be used to endorse or promote products
|
||||||
# derived from this software without specific prior written permission
|
# derived from this software without specific prior written permission.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -31,6 +31,8 @@
|
|||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
# (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.
|
||||||
|
#
|
||||||
|
# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
|
||||||
# NetBSD upgrade script.
|
# NetBSD upgrade script.
|
||||||
# In a perfect world, this would be a nice C program, with a reasonable
|
# In a perfect world, this would be a nice C program, with a reasonable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: crt0.c,v 1.10 2000/06/14 06:48:59 cgd Exp $ */
|
/* $NetBSD: crt0.c,v 1.11 2000/06/14 22:52:49 cgd Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998 Christos Zoulas
|
* Copyright (c) 1998 Christos Zoulas
|
||||||
@ -15,10 +15,11 @@
|
|||||||
* documentation and/or other materials provided with the distribution.
|
* documentation and/or other materials provided with the distribution.
|
||||||
* 3. All advertising materials mentioning features or use of this software
|
* 3. All advertising materials mentioning features or use of this software
|
||||||
* must display the following acknowledgement:
|
* must display the following acknowledgement:
|
||||||
* This product includes software developed by Christopher G. Demetriou
|
* This product includes software developed for the
|
||||||
* for the NetBSD Project.
|
* NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
* information about NetBSD.
|
||||||
* 4. The name of the author may not be used to endorse or promote products
|
* 4. The name of the author may not be used to endorse or promote products
|
||||||
* derived from this software without specific prior written permission
|
* derived from this software without specific prior written permission.
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -30,6 +31,8 @@
|
|||||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
* (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.
|
||||||
|
*
|
||||||
|
* <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
@ -97,7 +100,7 @@ ___start(argc, argv, envp, cleanup, obj, ps_strings)
|
|||||||
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
|
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
|
||||||
*/
|
*/
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
__RCSID("$NetBSD: crt0.c,v 1.10 2000/06/14 06:48:59 cgd Exp $");
|
__RCSID("$NetBSD: crt0.c,v 1.11 2000/06/14 22:52:49 cgd Exp $");
|
||||||
#endif /* LIBC_SCCS and not lint */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
|
||||||
#include "common.c"
|
#include "common.c"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: crt0.c,v 1.17 2000/06/14 16:09:54 thorpej Exp $ */
|
/* $NetBSD: crt0.c,v 1.18 2000/06/14 22:52:50 cgd Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 Jason R. Thorpe.
|
* Copyright (c) 1997 Jason R. Thorpe.
|
||||||
@ -15,10 +15,11 @@
|
|||||||
* documentation and/or other materials provided with the distribution.
|
* documentation and/or other materials provided with the distribution.
|
||||||
* 3. All advertising materials mentioning features or use of this software
|
* 3. All advertising materials mentioning features or use of this software
|
||||||
* must display the following acknowledgement:
|
* must display the following acknowledgement:
|
||||||
* This product includes software developed by Christopher G. Demetriou
|
* This product includes software developed for the
|
||||||
* for the NetBSD Project.
|
* NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
* information about NetBSD.
|
||||||
* 4. The name of the author may not be used to endorse or promote products
|
* 4. The name of the author may not be used to endorse or promote products
|
||||||
* derived from this software without specific prior written permission
|
* derived from this software without specific prior written permission.
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -30,6 +31,8 @@
|
|||||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
* (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.
|
||||||
|
*
|
||||||
|
* <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
@ -83,7 +86,7 @@ _start(argc, argv, envp, obj, cleanup, ps_strings)
|
|||||||
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
|
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
|
||||||
*/
|
*/
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
__RCSID("$NetBSD: crt0.c,v 1.17 2000/06/14 16:09:54 thorpej Exp $");
|
__RCSID("$NetBSD: crt0.c,v 1.18 2000/06/14 22:52:50 cgd Exp $");
|
||||||
#endif /* LIBC_SCCS and not lint */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
|
||||||
#include "common.c"
|
#include "common.c"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: crt0.c,v 1.2 2000/06/14 06:49:00 cgd Exp $ */
|
/* $NetBSD: crt0.c,v 1.3 2000/06/14 22:52:50 cgd Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998 Christos Zoulas
|
* Copyright (c) 1998 Christos Zoulas
|
||||||
@ -15,10 +15,11 @@
|
|||||||
* documentation and/or other materials provided with the distribution.
|
* documentation and/or other materials provided with the distribution.
|
||||||
* 3. All advertising materials mentioning features or use of this software
|
* 3. All advertising materials mentioning features or use of this software
|
||||||
* must display the following acknowledgement:
|
* must display the following acknowledgement:
|
||||||
* This product includes software developed by Christopher G. Demetriou
|
* This product includes software developed for the
|
||||||
* for the NetBSD Project.
|
* NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
* information about NetBSD.
|
||||||
* 4. The name of the author may not be used to endorse or promote products
|
* 4. The name of the author may not be used to endorse or promote products
|
||||||
* derived from this software without specific prior written permission
|
* derived from this software without specific prior written permission.
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -30,6 +31,8 @@
|
|||||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
* (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.
|
||||||
|
*
|
||||||
|
* <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#undef DYNAMIC /* XXX */
|
#undef DYNAMIC /* XXX */
|
||||||
@ -82,7 +85,7 @@ _start(argc, argv, envp, cleanup, obj, ps_strings)
|
|||||||
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
|
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
|
||||||
*/
|
*/
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
__RCSID("$NetBSD: crt0.c,v 1.2 2000/06/14 06:49:00 cgd Exp $");
|
__RCSID("$NetBSD: crt0.c,v 1.3 2000/06/14 22:52:50 cgd Exp $");
|
||||||
#endif /* LIBC_SCCS and not lint */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
|
||||||
#include "common.c"
|
#include "common.c"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: crt0.c,v 1.8 2000/06/14 06:49:01 cgd Exp $ */
|
/* $NetBSD: crt0.c,v 1.9 2000/06/14 22:52:50 cgd Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998 Christos Zoulas
|
* Copyright (c) 1998 Christos Zoulas
|
||||||
@ -15,10 +15,11 @@
|
|||||||
* documentation and/or other materials provided with the distribution.
|
* documentation and/or other materials provided with the distribution.
|
||||||
* 3. All advertising materials mentioning features or use of this software
|
* 3. All advertising materials mentioning features or use of this software
|
||||||
* must display the following acknowledgement:
|
* must display the following acknowledgement:
|
||||||
* This product includes software developed by Christopher G. Demetriou
|
* This product includes software developed for the
|
||||||
* for the NetBSD Project.
|
* NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
* information about NetBSD.
|
||||||
* 4. The name of the author may not be used to endorse or promote products
|
* 4. The name of the author may not be used to endorse or promote products
|
||||||
* derived from this software without specific prior written permission
|
* derived from this software without specific prior written permission.
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -30,6 +31,8 @@
|
|||||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
* (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.
|
||||||
|
*
|
||||||
|
* <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
@ -99,7 +102,7 @@ ___start(argc, argv, envp, cleanup, obj, ps_strings)
|
|||||||
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
|
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
|
||||||
*/
|
*/
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
__RCSID("$NetBSD: crt0.c,v 1.8 2000/06/14 06:49:01 cgd Exp $");
|
__RCSID("$NetBSD: crt0.c,v 1.9 2000/06/14 22:52:50 cgd Exp $");
|
||||||
#endif /* LIBC_SCCS and not lint */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
|
||||||
#include "common.c"
|
#include "common.c"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: crt0.c,v 1.3 2000/06/14 06:49:01 cgd Exp $ */
|
/* $NetBSD: crt0.c,v 1.4 2000/06/14 22:52:51 cgd Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999 Matt Thomas
|
* Copyright (c) 1999 Matt Thomas
|
||||||
@ -15,10 +15,11 @@
|
|||||||
* documentation and/or other materials provided with the distribution.
|
* documentation and/or other materials provided with the distribution.
|
||||||
* 3. All advertising materials mentioning features or use of this software
|
* 3. All advertising materials mentioning features or use of this software
|
||||||
* must display the following acknowledgement:
|
* must display the following acknowledgement:
|
||||||
* This product includes software developed by Christopher G. Demetriou
|
* This product includes software developed for the
|
||||||
* for the NetBSD Project.
|
* NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
* information about NetBSD.
|
||||||
* 4. The name of the author may not be used to endorse or promote products
|
* 4. The name of the author may not be used to endorse or promote products
|
||||||
* derived from this software without specific prior written permission
|
* derived from this software without specific prior written permission.
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -30,6 +31,8 @@
|
|||||||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
* (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.
|
||||||
|
*
|
||||||
|
* <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
@ -94,7 +97,7 @@ ___start(argc, argv, envp, cleanup, obj, ps_strings)
|
|||||||
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
|
* NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
|
||||||
*/
|
*/
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
__RCSID("$NetBSD: crt0.c,v 1.3 2000/06/14 06:49:01 cgd Exp $");
|
__RCSID("$NetBSD: crt0.c,v 1.4 2000/06/14 22:52:51 cgd Exp $");
|
||||||
#endif /* LIBC_SCCS and not lint */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
|
||||||
#include "common.c"
|
#include "common.c"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: intro.4,v 1.4 2000/06/14 06:49:17 cgd Exp $
|
.\" $NetBSD: intro.4,v 1.5 2000/06/14 22:52:51 cgd Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1997 Leo Weppelman
|
.\" Copyright (c) 1997 Leo Weppelman
|
||||||
.\" Copyright (c) 1997 Jonathan Stone
|
.\" Copyright (c) 1997 Jonathan Stone
|
||||||
@ -15,9 +15,11 @@
|
|||||||
.\" documentation and/or other materials provided with the distribution.
|
.\" documentation and/or other materials provided with the distribution.
|
||||||
.\" 3. All advertising materials mentioning features or use of this software
|
.\" 3. All advertising materials mentioning features or use of this software
|
||||||
.\" must display the following acknowledgement:
|
.\" must display the following acknowledgement:
|
||||||
.\" This product includes software developed by Christopher G. Demetriou.
|
.\" This product includes software developed for the
|
||||||
|
.\" NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
.\" information about NetBSD.
|
||||||
.\" 4. The name of the author may not be used to endorse or promote products
|
.\" 4. The name of the author may not be used to endorse or promote products
|
||||||
.\" derived from this software without specific prior written permission
|
.\" derived from this software without specific prior written permission.
|
||||||
.\"
|
.\"
|
||||||
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -30,6 +32,8 @@
|
|||||||
.\" (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.
|
||||||
.\"
|
.\"
|
||||||
|
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
.\"
|
||||||
.Dd
|
.Dd
|
||||||
.Dt INTRO 4 atari
|
.Dt INTRO 4 atari
|
||||||
.Os
|
.Os
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: intro.4,v 1.14 2000/06/14 06:49:17 cgd Exp $
|
.\" $NetBSD: intro.4,v 1.15 2000/06/14 22:52:51 cgd Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1997 Jonathan Stone
|
.\" Copyright (c) 1997 Jonathan Stone
|
||||||
.\" Copyright (c) 1994 Christopher G. Demetriou
|
.\" Copyright (c) 1994 Christopher G. Demetriou
|
||||||
@ -14,9 +14,11 @@
|
|||||||
.\" documentation and/or other materials provided with the distribution.
|
.\" documentation and/or other materials provided with the distribution.
|
||||||
.\" 3. All advertising materials mentioning features or use of this software
|
.\" 3. All advertising materials mentioning features or use of this software
|
||||||
.\" must display the following acknowledgement:
|
.\" must display the following acknowledgement:
|
||||||
.\" This product includes software developed by Christopher G. Demetriou.
|
.\" This product includes software developed for the
|
||||||
|
.\" NetBSD Project. See http://www.netbsd.org/ for
|
||||||
|
.\" information about NetBSD.
|
||||||
.\" 4. The name of the author may not be used to endorse or promote products
|
.\" 4. The name of the author may not be used to endorse or promote products
|
||||||
.\" derived from this software without specific prior written permission
|
.\" derived from this software without specific prior written permission.
|
||||||
.\"
|
.\"
|
||||||
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
@ -29,6 +31,8 @@
|
|||||||
.\" (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.
|
||||||
.\"
|
.\"
|
||||||
|
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
||||||
|
.\"
|
||||||
.Dd
|
.Dd
|
||||||
.Dt INTRO 4 i386
|
.Dt INTRO 4 i386
|
||||||
.Os
|
.Os
|
||||||
|
Loading…
Reference in New Issue
Block a user