diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-04 22:51:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-04 22:51:06 +0000 |
commit | 70f8780d0c493faf9a72a91f9f2fe368521c24f3 (patch) | |
tree | 4616f3568ce144cc5b53fc594329ab52eb7dce28 /distrib | |
parent | 9e23912b2b0a76a22f7e5dbe1f543570e3f05b03 (diff) |
600 i mean. hackathon took it's toll. pointed out by halex
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index a8b7981b161..95ab8b8ff14 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.611 2010/07/04 22:12:38 deraadt Exp $ +# $OpenBSD: install.sub,v 1.612 2010/07/04 22:51:05 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1837,7 +1837,7 @@ finish_up() { grep -v '^[ ]*installpath[ ]*=' /mnt/etc/pkg.conf 2>&- > /tmp/pkgconf print -r -- "installpath = $package_path" >> /tmp/pkgconf cp /tmp/pkgconf /mnt/etc/pkg.conf - chmod 0644 /mnt/etc/pkg.conf + chmod 600 /mnt/etc/pkg.conf fi echo -n "Making all device nodes..." |