[Midnightbsd-cvs] src [6583] configure for midnightbsd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Dec 29 23:16:13 EST 2013


Revision: 6583
          http://svnweb.midnightbsd.org/src/?rev=6583
Author:   laffer1
Date:     2013-12-29 23:16:12 -0500 (Sun, 29 Dec 2013)
Log Message:
-----------
configure for midnightbsd

Modified Paths:
--------------
    trunk/usr.sbin/amd/include/Makefile
    trunk/usr.sbin/amd/include/amu_autofs_prot.h
    trunk/usr.sbin/amd/include/aux_conf.h
    trunk/usr.sbin/amd/include/build_version.h
    trunk/usr.sbin/amd/include/config.h
    trunk/usr.sbin/amd/include/newvers.sh

Property Changed:
----------------
    trunk/usr.sbin/amd/include/newvers.sh

Modified: trunk/usr.sbin/amd/include/Makefile
===================================================================
--- trunk/usr.sbin/amd/include/Makefile	2013-12-30 04:08:49 UTC (rev 6582)
+++ trunk/usr.sbin/amd/include/Makefile	2013-12-30 04:16:12 UTC (rev 6583)
@@ -1,6 +1,6 @@
 # ex:ts=8
 #
-# $FreeBSD$
+# $MidnightBSD$
 #
 # Makefile for amd
 # 	This file is under a "BSD" copyright (c) by David O'Brien 1998.

Modified: trunk/usr.sbin/amd/include/amu_autofs_prot.h
===================================================================
--- trunk/usr.sbin/amd/include/amu_autofs_prot.h	2013-12-30 04:08:49 UTC (rev 6582)
+++ trunk/usr.sbin/amd/include/amu_autofs_prot.h	2013-12-30 04:16:12 UTC (rev 6583)
@@ -1,4 +1,4 @@
-// $FreeBSD$
+// $MidnightBSD$
 
 /* Adjust once we have some form of Autofs support. */
 

Modified: trunk/usr.sbin/amd/include/aux_conf.h
===================================================================
--- trunk/usr.sbin/amd/include/aux_conf.h	2013-12-30 04:08:49 UTC (rev 6582)
+++ trunk/usr.sbin/amd/include/aux_conf.h	2013-12-30 04:16:12 UTC (rev 6583)
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $MidnightBSD$ */
 
 /*
  * aux_conf.h:

Modified: trunk/usr.sbin/amd/include/build_version.h
===================================================================
--- trunk/usr.sbin/amd/include/build_version.h	2013-12-30 04:08:49 UTC (rev 6582)
+++ trunk/usr.sbin/amd/include/build_version.h	2013-12-30 04:16:12 UTC (rev 6583)
@@ -1,8 +1,8 @@
-/* $FreeBSD$ */
+/* $MidnightBSD$ */
 
 #include <sys/param.h>
 /*#define AMU_BUILD_VERSION 1 */
-#define AMU_BUILD_VERSION __FreeBSD_version
-#define USER_NAME "David O'Brien <obrien"
-#define HOST_NAME "FreeBSD.org>"
-#define CONFIG_DATE "4-December-2007 PST"
+#define AMU_BUILD_VERSION __MidnightBSD_version
+#define USER_NAME "Lucas Holt <laffer1"
+#define HOST_NAME "MidnightBSD.org>"
+#define CONFIG_DATE "29-December-2013 EST"

Modified: trunk/usr.sbin/amd/include/config.h
===================================================================
--- trunk/usr.sbin/amd/include/config.h	2013-12-30 04:08:49 UTC (rev 6582)
+++ trunk/usr.sbin/amd/include/config.h	2013-12-30 04:16:12 UTC (rev 6583)
@@ -1,5 +1,5 @@
 /*
- * $FreeBSD$
+ * $MidnightBSD$
  *
  * portions derived from
  *      $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $
@@ -28,7 +28,7 @@
 
 /* Define name of host OS's distribution name (eg. debian, redhat, suse, etc.)
    */
-#define DISTRO_NAME "The FreeBSD Project"
+#define DISTRO_NAME "The MidnightBSD Project"
 
 /* Define to the type of elements in the array set by `getgroups'. Usually
    this is either `int' or `gid_t'. */

Modified: trunk/usr.sbin/amd/include/newvers.sh
===================================================================
--- trunk/usr.sbin/amd/include/newvers.sh	2013-12-30 04:08:49 UTC (rev 6582)
+++ trunk/usr.sbin/amd/include/newvers.sh	2013-12-30 04:16:12 UTC (rev 6583)
@@ -1,5 +1,5 @@
 #	$NetBSD: mkconf,v 1.1.1.1 1997/07/24 21:20:12 christos Exp $
-# $FreeBSD$
+# $MidnightBSD$
 # mkconf
 # Generate local configuration parameters for amd
 #


Property changes on: trunk/usr.sbin/amd/include/newvers.sh
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list