[Midnightbsd-cvs] src [11992] trunk/usr.sbin/bsdconfig: fix some references

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 11 16:31:43 EDT 2018


Revision: 11992
          http://svnweb.midnightbsd.org/src/?rev=11992
Author:   laffer1
Date:     2018-08-11 16:31:43 -0400 (Sat, 11 Aug 2018)
Log Message:
-----------
fix some references

Modified Paths:
--------------
    trunk/usr.sbin/bsdconfig/bsdconfig.8
    trunk/usr.sbin/bsdconfig/console/include/messages.subr
    trunk/usr.sbin/bsdconfig/console/saver
    trunk/usr.sbin/bsdconfig/docsinstall/INDEX
    trunk/usr.sbin/bsdconfig/include/media.hlp
    trunk/usr.sbin/bsdconfig/include/network_device.hlp
    trunk/usr.sbin/bsdconfig/include/tcp.hlp
    trunk/usr.sbin/bsdconfig/include/usage.hlp
    trunk/usr.sbin/bsdconfig/networking/share/device.subr
    trunk/usr.sbin/bsdconfig/packages/INDEX
    trunk/usr.sbin/bsdconfig/security/include/securelevel.hlp
    trunk/usr.sbin/bsdconfig/share/common.subr
    trunk/usr.sbin/bsdconfig/share/media/common.subr
    trunk/usr.sbin/bsdconfig/share/media/directory.subr
    trunk/usr.sbin/bsdconfig/share/media/ftp.subr
    trunk/usr.sbin/bsdconfig/share/media/http.subr
    trunk/usr.sbin/bsdconfig/share/media/httpproxy.subr
    trunk/usr.sbin/bsdconfig/share/media/network.subr
    trunk/usr.sbin/bsdconfig/timezone/share/iso3166.subr

Modified: trunk/usr.sbin/bsdconfig/bsdconfig.8
===================================================================
--- trunk/usr.sbin/bsdconfig/bsdconfig.8	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/bsdconfig.8	2018-08-11 20:31:43 UTC (rev 11992)
@@ -107,7 +107,7 @@
 .It Cm docsinstall
 Executes the
 .Cm bsdinstall docsinstall
-sub-utility to allow installation/re-installation of the FreeBSD Documentation
+sub-utility to allow installation/re-installation of the MidnightBSD Documentation
 set(s).
 .It Cm dot
 Generate a graphviz

Modified: trunk/usr.sbin/bsdconfig/console/include/messages.subr
===================================================================
--- trunk/usr.sbin/bsdconfig/console/include/messages.subr	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/console/include/messages.subr	2018-08-11 20:31:43 UTC (rev 11992)
@@ -56,7 +56,7 @@
 msg_choose_alternate_screenmap="Choose an alternate screenmap"
 msg_choose_console_terminal_type="Choose console terminal type"
 msg_configure_screen_saver="Configure the screen saver"
-msg_console_menu_text="The system console driver for FreeBSD has a number of configuration\noptions which may be set according to your preference.\n\nWhen you are done setting configuration options, select Cancel."
+msg_console_menu_text="The system console driver for BSD has a number of configuration\noptions which may be set according to your preference.\n\nWhen you are done setting configuration options, select Cancel."
 msg_croatian_iso="Croation ISO"
 msg_croatian_iso_desc="Croation ISO keymap"
 msg_czech_iso_accent="Czech ISO (accent)"
@@ -152,7 +152,7 @@
 msg_japanese_106="Japanese 106"
 msg_japanese_106_desc="Japanese 106 keymap"
 msg_keymap="Keymap"
-msg_keymap_menu_text="The system console driver for FreeBSD defaults to a standard\n\"US\" keyboard map.  Users may wish to choose one of the\nother keymaps below."
+msg_keymap_menu_text="The system console driver for BSD defaults to a standard\n\"US\" keyboard map.  Users may wish to choose one of the\nother keymaps below."
 msg_koi8_r="KOI8-R"
 msg_koi8_r_to_ibm866="KOI8-R to IBM866"
 msg_koi8_r_to_ibm866_desc="Russian KOI8-R to IBM 866 screenmap"
@@ -198,7 +198,7 @@
 msg_slow="Slow"
 msg_slow_desc="Slow keyboard repeat rate"
 msg_snake="Snake"
-msg_snake_desc="Draw a FreeBSD \"snake\" on your screen"
+msg_snake_desc="Draw a BSD \"snake\" on your screen"
 msg_spanish="Spanish"
 msg_spanish_accent="Spanish (accent)"
 msg_spanish_accent_desc="Spanish ISO keymap (accent keys)"

Modified: trunk/usr.sbin/bsdconfig/console/saver
===================================================================
--- trunk/usr.sbin/bsdconfig/console/saver	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/console/saver	2018-08-11 20:31:43 UTC (rev 11992)
@@ -168,11 +168,11 @@
 	saver_to_set="fire" ;;
 "8 $msg_green") # "Green" power saving mode (if supported by monitor)
 	saver_to_set="green" ;;
-"9 $msg_logo") # FreeBSD "logo" animated screen saver (graphics)
+"9 $msg_logo") # BSD "logo" animated screen saver (graphics)
 	saver_to_set="logo" ;;
 "a $msg_rain") # Rain drops screen saver
 	saver_to_set="rain" ;;
-"b $msg_snake") # Draw a FreeBSD "snake" on your screen
+"b $msg_snake") # Draw a BSD "snake" on your screen
 	saver_to_set="snake" ;;
 "c $msg_star") # A "twinkling stars" effect
 	saver_to_set="star" ;;

Modified: trunk/usr.sbin/bsdconfig/docsinstall/INDEX
===================================================================
--- trunk/usr.sbin/bsdconfig/docsinstall/INDEX	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/docsinstall/INDEX	2018-08-11 20:31:43 UTC (rev 11992)
@@ -34,7 +34,7 @@
 # A short descriptive line shown at the bottom of the bsdconfig menu. keep it
 # short because any line longer than the terminal width will be truncated.
 #
-menu_help="Install FreeBSD Documentation set"
+menu_help="Install MidnightBSD Documentation set"
 
 #
 # Two-part variable that defines an action to take when `keyword' is passed on

Modified: trunk/usr.sbin/bsdconfig/include/media.hlp
===================================================================
--- trunk/usr.sbin/bsdconfig/include/media.hlp	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/include/media.hlp	2018-08-11 20:31:43 UTC (rev 11992)
@@ -7,12 +7,12 @@
             a supported controller (see Hardware Guide).
 
 
-   DOS      A DOS primary partition with the required FreeBSD
-            distribution files copied onto it (e.g. C:\FREEBSD\)
+   DOS      A DOS primary partition with the required MidnightBSD
+            distribution files copied onto it (e.g. C:\MIDNIGHTBSD\)
 
 
    UFS      Assuming a disk or partition with an existing
-            FreeBSD file system and distribution set on it,
+            MidnightBSD file system and distribution set on it,
             get the distribution files from there.
 
 

Modified: trunk/usr.sbin/bsdconfig/include/network_device.hlp
===================================================================
--- trunk/usr.sbin/bsdconfig/include/network_device.hlp	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/include/network_device.hlp	2018-08-11 20:31:43 UTC (rev 11992)
@@ -14,7 +14,7 @@
 option, you'll be given the option of later editing the slattach
 command before it's run on the serial line.  It is expected that
 you'll run slattach (or some equivalent command) on the other end of
-the link at that time and bring up the line.  FreeBSD will then
+the link at that time and bring up the line.  MidnightBSD will then
 install itself at serial speeds of up to 115.2K/baud (the recommended
 speed for a hardwired cable).
 
@@ -31,7 +31,7 @@
 can simply enter `dial' (without the quotes) at the ppp prompt if your
 modem uses the Hayes compatible AT command set.
 
-If a hard-wired connection to another FreeBSD (2.0R or later) machine
+If a hard-wired connection to another MidnightBSD machine
 is available, you might also consider installing over a "laplink"
 parallel port cable.  The data rate over the parallel port is much
 higher than what is typically possible over a serial line, and speeds
@@ -38,9 +38,9 @@
 of over 50KB/sec are not uncommon.
 
 Finally, for the fastest possible network installation, an Ethernet
-adaptor is always a good choice!  FreeBSD supports most common PC
-Ethernet cards, a table of which is provided in the FreeBSD Hardware
-Guide (see the `Documentation' entry in the main menu).  If you are
+adaptor is always a good choice!  MidnightBSD supports most common PC
+Ethernet cards, a table of which is provided in the MidnightBSD Hardware
+Guide.  If you are
 using one of the supported PCMCIA Ethernet cards, also be sure that
 it's plugged in BEFORE the laptop is powered on!  Sysinstall does not,
 unfortunately, currently support "hot insertion" of PCMCIA cards.

Modified: trunk/usr.sbin/bsdconfig/include/tcp.hlp
===================================================================
--- trunk/usr.sbin/bsdconfig/include/tcp.hlp	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/include/tcp.hlp	2018-08-11 20:31:43 UTC (rev 11992)
@@ -13,7 +13,7 @@
 If you're running SLIP or PLIP, you also need to use it for specifying
 the remote end of the link (simply type the foreign IP address in).
 In the specific case where you're running PLIP with a Linux host peer
-rather than a FreeBSD one, you also must add the "-link0" flag after the
+rather than a MidnightBSD one, you also must add the "-link0" flag after the
 foreign address.
 
 If you're dealing with an ethernet adaptor with multiple media

Modified: trunk/usr.sbin/bsdconfig/include/usage.hlp
===================================================================
--- trunk/usr.sbin/bsdconfig/include/usage.hlp	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/include/usage.hlp	2018-08-11 20:31:43 UTC (rev 11992)
@@ -55,7 +55,7 @@
 that don't use menus and tend to scroll their output off the top of
 the screen.
 
-FreeBSD also supports multiple "virtual consoles" which you can use
+MidnightBSD also supports multiple "virtual consoles" which you can use
 in order to have several active sessions at once.  Use ALT-F<n> to
 switch between screens, where `F<n>' is the function key corresponding
 to the screen you wish to see.  By default, the system comes with 8

Modified: trunk/usr.sbin/bsdconfig/networking/share/device.subr
===================================================================
--- trunk/usr.sbin/bsdconfig/networking/share/device.subr	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/networking/share/device.subr	2018-08-11 20:31:43 UTC (rev 11992)
@@ -90,7 +90,7 @@
 
 	#
 	# Optionally kick interfaces in the head to get them to accurately
-	# track the carrier status in realtime (required on FreeBSD).
+	# track the carrier status in realtime (required on MidnightBSD).
 	#
 	if [ "$DIALOG_MENU_NETDEV_KICK_INTERFACES" ]; then
 		DIALOG_MENU_NETDEV_KICK_INTERFACES=
@@ -354,7 +354,7 @@
 			# Make a backup of resolv.conf(5) before using
 			# ifconfig(8) and then restore it afterward. This
 			# allows preservation of nameservers acquired via
-			# DHCP on FreeBSD-8.x (normally lost as ifconfig(8)
+			# DHCP on MidnightBSD-0.7.x (normally lost as ifconfig(8)
 			# usage causes dhclient(8) to exit which scrubs
 			# resolv.conf(5) by-default upon termination).
 			#

Modified: trunk/usr.sbin/bsdconfig/packages/INDEX
===================================================================
--- trunk/usr.sbin/bsdconfig/packages/INDEX	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/packages/INDEX	2018-08-11 20:31:43 UTC (rev 11992)
@@ -33,7 +33,7 @@
 # A short descriptive line shown at the bottom of the bsdconfig menu. keep it
 # short because any line longer than the terminal width will be truncated.
 #
-menu_help="Install pre-packaged software for FreeBSD"
+menu_help="Install pre-packaged software for MidnightBSD"
 
 #
 # Two-part variable that defines an action to take when `keyword' is passed on

Modified: trunk/usr.sbin/bsdconfig/security/include/securelevel.hlp
===================================================================
--- trunk/usr.sbin/bsdconfig/security/include/securelevel.hlp	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/security/include/securelevel.hlp	2018-08-11 20:31:43 UTC (rev 11992)
@@ -1,4 +1,4 @@
-This menu allows you to configure the Securelevel mechanism in FreeBSD.
+This menu allows you to configure the Securelevel mechanism in MidnightBSD.
 
 Securelevels may be used to limit the privileges assigned to the
 root user in multi-user mode, which in turn may limit the effects of

Modified: trunk/usr.sbin/bsdconfig/share/common.subr
===================================================================
--- trunk/usr.sbin/bsdconfig/share/common.subr	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/share/common.subr	2018-08-11 20:31:43 UTC (rev 11992)
@@ -58,10 +58,10 @@
 #
 # Operating environment details
 #
-export UNAME_S="$( uname -s )" # Operating System (i.e. FreeBSD)
+export UNAME_S="$( uname -s )" # Operating System (i.e. MidnightBSD)
 export UNAME_P="$( uname -p )" # Processor Architecture (i.e. i386)
 export UNAME_M="$( uname -m )" # Machine platform (i.e. i386)
-export UNAME_R="$( uname -r )" # Release Level (i.e. X.Y-RELEASE)
+export UNAME_R="$( uname -r )" # Release Level (i.e. X.Y)
 
 #
 # Default behavior is to call f_debug_init() automatically when loaded.
@@ -222,7 +222,7 @@
 
 # setvar $var_to_set [$value]
 #
-# Implement setvar for shells unlike FreeBSD sh(1).
+# Implement setvar for shells unlike MidnightBSD sh(1).
 #
 if ! f_have setvar; then
 setvar()

Modified: trunk/usr.sbin/bsdconfig/share/media/common.subr
===================================================================
--- trunk/usr.sbin/bsdconfig/share/media/common.subr	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/share/media/common.subr	2018-08-11 20:31:43 UTC (rev 11992)
@@ -111,7 +111,7 @@
 	f_getvar $VAR_RELNAME rel
 	for path in \
 		"$base/$file" \
-		"$base/FreeBSD/$file" \
+		"$base/MidnightBSD/$file" \
 		"$base/releases/$file" \
 		"$base/$rel/$file" \
 	; do

Modified: trunk/usr.sbin/bsdconfig/share/media/directory.subr
===================================================================
--- trunk/usr.sbin/bsdconfig/share/media/directory.subr	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/share/media/directory.subr	2018-08-11 20:31:43 UTC (rev 11992)
@@ -54,7 +54,7 @@
 # Variables from variable.subr that can be used to script user input:
 #
 # 	VAR_DIRECTORY_PATH
-# 		Path to an existing directory containing the FreeBSD
+# 		Path to an existing directory containing the MidnightBSD
 # 		distribution files.
 #
 f_media_set_directory()

Modified: trunk/usr.sbin/bsdconfig/share/media/ftp.subr
===================================================================
--- trunk/usr.sbin/bsdconfig/share/media/ftp.subr	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/share/media/ftp.subr	2018-08-11 20:31:43 UTC (rev 11992)
@@ -52,10 +52,10 @@
 	.
 	releases/$UNAME_P
 	snapshots/$UNAME_P
-	pub/FreeBSD
-	pub/FreeBSD/releases/$UNAME_P
-	pub/FreeBSD/snapshots/$UNAME_P
-	pub/FreeBSD-Archive/old-releases/$UNAME_P
+	pub/MidnightBSD
+	pub/MidnightBSD/releases/$UNAME_P
+	pub/MidnightBSD/snapshots/$UNAME_P
+	pub/MidnightBSD-Archive/old-releases/$UNAME_P
 " # END-QUOTE
 
 ############################################################ FUNCTIONS

Modified: trunk/usr.sbin/bsdconfig/share/media/http.subr
===================================================================
--- trunk/usr.sbin/bsdconfig/share/media/http.subr	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/share/media/http.subr	2018-08-11 20:31:43 UTC (rev 11992)
@@ -55,10 +55,10 @@
 	.
 	releases/$UNAME_P
 	snapshots/$UNAME_P
-	pub/FreeBSD
-	pub/FreeBSD/releases/$UNAME_P
-	pub/FreeBSD/snapshots/$UNAME_P
-	pub/FreeBSD-Archive/old-releases/$UNAME_P
+	pub/MidnightBSD
+	pub/MidnightBSD/releases/$UNAME_P
+	pub/MidnightBSD/snapshots/$UNAME_P
+	pub/MidnightBSD-Archive/old-releases/$UNAME_P
 " # END-QUOTE
 
 ############################################################ FUNCTIONS
@@ -447,7 +447,7 @@
 #
 # 	VAR_HTTP_PATH
 # 		The [possibly] adjusted VAR_HTTP_PATH that was found to contain
-# 		a valid FreeBSD repository.
+# 		a valid MidnightBSD repository.
 #
 f_media_init_http()
 {

Modified: trunk/usr.sbin/bsdconfig/share/media/httpproxy.subr
===================================================================
--- trunk/usr.sbin/bsdconfig/share/media/httpproxy.subr	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/share/media/httpproxy.subr	2018-08-11 20:31:43 UTC (rev 11992)
@@ -268,7 +268,7 @@
 #
 # 	VAR_HTTP_PROXY_PATH
 # 		The [possibly] adjusted VAR_FTP_PATH that was found to contain
-# 		a valid FreeBSD repository.
+# 		a valid MidnightBSD repository.
 #
 f_media_init_http_proxy()
 {

Modified: trunk/usr.sbin/bsdconfig/share/media/network.subr
===================================================================
--- trunk/usr.sbin/bsdconfig/share/media/network.subr	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/share/media/network.subr	2018-08-11 20:31:43 UTC (rev 11992)
@@ -47,7 +47,7 @@
 #
 # Initialize a network device (such as `fxp0', `em0', etc.). Returns success if
 # able to successfully initialize the device. If not running as init (basically
-# from the FreeBSD install media) then assume that the network has already been
+# from the MidnightBSD install media) then assume that the network has already been
 # initialized and returns success.
 #
 # The variables (from variable.subr) used to initialize the network are as
@@ -142,7 +142,7 @@
 # Shuts down the configured network device (e.g., `fxp0', `em0', etc.) and
 # deletes the default route (if configured). Returns failure if the device
 # passed has not been configured. If not running as init (basically from the
-# FreeBSD install media) then does nothing and returns success.
+# MidnightBSD install media) then does nothing and returns success.
 #
 f_media_shutdown_network()
 {

Modified: trunk/usr.sbin/bsdconfig/timezone/share/iso3166.subr
===================================================================
--- trunk/usr.sbin/bsdconfig/timezone/share/iso3166.subr	2018-08-11 20:22:35 UTC (rev 11991)
+++ trunk/usr.sbin/bsdconfig/timezone/share/iso3166.subr	2018-08-11 20:31:43 UTC (rev 11992)
@@ -54,10 +54,10 @@
 # f_read_iso3166_table
 #
 # Read the ISO 3166 country code database in _PATH_ISO3166:
-# 	/usr/share/misc/iso3166 on FreeBSD
+# 	/usr/share/misc/iso3166 on MidnightBSD
 # 	/usr/share/zoneinfo/iso3166.tab on Linux, Mac OS X, and Cygwin
 #
-# The format of this file on FreeBSD is:
+# The format of this file on MidnightBSD is:
 # 	two	three	number	name
 #
 # The format of this file on Linux, Mac OS X, and Cygwin is:



More information about the Midnightbsd-cvs mailing list