diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-08 17:56:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-08 17:56:01 +0000 |
commit | 5de1ecd57baa864ce9bfb66990ba5e214182bcce (patch) | |
tree | d8cbe15eee660f5814137fe995717d2c18f9aa2c | |
parent | 29a054dbea6960ffa8c3731cf170f81aaf68c0e1 (diff) |
append to rc.conf.local; david
-rw-r--r-- | distrib/miniroot/install.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 3073ef93825..ea2a4b635e6 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.361 2005/03/08 13:13:54 deraadt Exp $ +# $OpenBSD: install.sub,v 1.362 2005/03/08 17:56:00 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2005 Todd Miller, Theo de Raadt, Ken Westerback @@ -1484,13 +1484,13 @@ questions() { ask_yn "Start sshd(8) by default?" yes if [[ $resp == n ]]; then echo "sshd_flags=NO # disabled during install" \ - > /mnt/etc/rc.conf.local + >> /mnt/etc/rc.conf.local fi ask_yn "Start ntpd(8) by default?" no if [[ $resp == y ]]; then echo "ntpd_flags= # enabled during install" \ - > /mnt/etc/rc.conf.local + >> /mnt/etc/rc.conf.local fi if [[ -n $MDXAPERTURE ]]; then |