nfs-utils: Remove an extra 'i' from the configure command

This commit is contained in:
Douglas R. Reno 2023-04-23 10:21:10 -05:00
parent bf0d7e63c5
commit 0a35628679

View File

@ -199,7 +199,7 @@ useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
--sysconfdir=/etc \
--sbindir=/usr/sbin \
--disable-nfsv4 \
--disable-gss i \
--disable-gss \
LIBS="-lsqlite3 -levent_core" &&
make</userinput></screen>