summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-12-16 01:20:18 +0000
committereadler <eadler@FreeBSD.org>2013-12-16 01:20:18 +0000
commit607f8e622d0e7916f591cd79aef3cab0e0c1f227 (patch)
treea56ebb5665e0cd17785c9c662b1b9a9ef7ff1d74 /usr.sbin/bsdinstall
parent45fa9cf45274a64eb61a80415983b65a0d5fb109 (diff)
downloadFreeBSD-src-607f8e622d0e7916f591cd79aef3cab0e0c1f227.zip
FreeBSD-src-607f8e622d0e7916f591cd79aef3cab0e0c1f227.tar.gz
MFC r259132,r259133,r259143:
Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i' as a case insensitive flag. Add regression test for recently added 'i' flag in r259132. the i modifier was added in r259132 since POSIX recently agreed to add it. Switch uses of /I to /i. PR: standards/184641
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/services2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/services b/usr.sbin/bsdinstall/scripts/services
index cf6e739..8ce9e7b 100755
--- a/usr.sbin/bsdinstall/scripts/services
+++ b/usr.sbin/bsdinstall/scripts/services
@@ -29,7 +29,7 @@
: ${DIALOG_OK=0}
if [ -f $BSDINSTALL_TMPETC/rc.conf.services ]; then
- eval `sed -e s/YES/on/I -e s/NO/off/I $BSDINSTALL_TMPETC/rc.conf.services`
+ eval `sed -e s/YES/on/i -e s/NO/off/i $BSDINSTALL_TMPETC/rc.conf.services`
else
# Default service states. Everything is off if not enabled.
sshd_enable="on"
OpenPOWER on IntegriCloud