[Midnightbsd-cvs] src [12002] add mdnsd to list.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 14 10:25:39 EDT 2018
Revision: 12002
http://svnweb.midnightbsd.org/src/?rev=12002
Author: laffer1
Date: 2018-08-14 10:25:38 -0400 (Tue, 14 Aug 2018)
Log Message:
-----------
add mdnsd to list. fix remote site list
Modified Paths:
--------------
trunk/usr.sbin/bsdinstall/scripts/mirrorselect
trunk/usr.sbin/bsdinstall/scripts/services
Property Changed:
----------------
trunk/usr.sbin/bsdinstall/scripts/mirrorselect
Modified: trunk/usr.sbin/bsdinstall/scripts/mirrorselect
===================================================================
--- trunk/usr.sbin/bsdinstall/scripts/mirrorselect 2018-08-13 03:42:31 UTC (rev 12001)
+++ trunk/usr.sbin/bsdinstall/scripts/mirrorselect 2018-08-14 14:25:38 UTC (rev 12002)
@@ -37,11 +37,10 @@
exec 3>&1
MIRROR=`dialog --backtitle "MidnightBSD Installer" \
--title "Mirror Selection" --extra-button --extra-label "Other" \
- --menu "Please select the site closest to you or \"other\" if you'd like to specify a different choice. Also note that not every site listed here carries more than the base distribution kits. Only Primary sites are guaranteed to carry the full range of possible distributions. Select a site that's close!" \
+ --menu "Please select the site closest to you or \"other\" if you'd like to specify a different choice. Also note that not every site listed here carries more than the base distribution kits. Only Primary sites are guaranteed to carry the full range of possible distributions." \
0 0 0 \
- ftp://ftp1.midnightbsd.org "Primary"\
- ftp://ftp2.midnightbsd.org "Primary #2"\
- ftp://ftp3.midnightbsd.org "Primary #3"\
+ ftp://ftp1.midnightbsd.org "Primary (MI, USA)"\
+ ftp://ftp3.midnightbsd.org "Primary #2 (Japan)"\
2>&1 1>&3`
MIRROR_BUTTON=$?
exec 3>&-
Property changes on: trunk/usr.sbin/bsdinstall/scripts/mirrorselect
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.sbin/bsdinstall/scripts/services
===================================================================
--- trunk/usr.sbin/bsdinstall/scripts/services 2018-08-13 03:42:31 UTC (rev 12001)
+++ trunk/usr.sbin/bsdinstall/scripts/services 2018-08-14 14:25:38 UTC (rev 12002)
@@ -46,10 +46,11 @@
0 0 0 \
local_unbound "Local caching validating resolver" ${local_unbound:-off} \
sshd "Secure shell daemon" ${sshd_enable:-off} \
- moused "PS/2 mouse pointer on console" ${moused_enable:-off} \
- ntpd "Synchronize system and network time" ${ntpd_enable:-off} \
+ moused "PS/2 mouse pointer on console" ${moused_enable:-on} \
+ ntpd "Synchronize system and network time" ${ntpd_enable:-on} \
powerd "Adjust CPU frequency dynamically if supported" \
- ${powerd_enable:-off} \
+ ${powerd_enable:-on} \
+ mdnsd "Multicast DNS" ${mdnsd_enable:on} \
dumpdev "Enable kernel crash dumps to /var/crash" ${dumpdev:-on} \
2>&1 1>&3 )
exec 3>&-
More information about the Midnightbsd-cvs
mailing list