Grammar police: "setup" is not a verb.

This commit is contained in:
Ceri Davies 2003-11-05 10:59:35 +00:00
parent f62ed2d8ef
commit 297060bbd0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18724
11 changed files with 17 additions and 17 deletions

View file

@ -168,7 +168,7 @@ EOF
mkdir -m 755 -p ${DESTDIR}/dvd; chown root:wheel ${DESTDIR}/dvd
mkdir -m 755 -p ${DESTDIR}/home; chown root:wheel ${DESTDIR}/home
mkdir -m 755 -p ${DESTDIR}/usr/ports; chown root:wheel ${DESTDIR}/usr/ports
# Setup time zone info; pretty much mandatory.
# Set up time zone info; pretty much mandatory.
cp ${DESTDIR}/usr/share/zoneinfo/Europe/Berlin ${DESTDIR}/etc/localtime
if test -r /etc/wall_cmos_clock; then
cp -p /etc/wall_cmos_clock ${DESTDIR}/etc/wall_cmos_clock