summaryrefslogtreecommitdiff
path: root/distrib/miniroot/upgrade.sh
diff options
context:
space:
mode:
authorGiovanni Bechis <giovanni@cvs.openbsd.org>2014-12-10 08:57:42 +0000
committerGiovanni Bechis <giovanni@cvs.openbsd.org>2014-12-10 08:57:42 +0000
commit77392a36ec6c525667e826c787c431b014f99298 (patch)
tree4ed13cf61a59f26ddd108226e2ff6864c7cf602a /distrib/miniroot/upgrade.sh
parenta259f358b0b455aee921829993e49c603481395f (diff)
Time to murder some smtpd's related XXX
ok rpe@ deraadt@
Diffstat (limited to 'distrib/miniroot/upgrade.sh')
-rw-r--r--distrib/miniroot/upgrade.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/distrib/miniroot/upgrade.sh b/distrib/miniroot/upgrade.sh
index 3ecebc82097..d6c450140d6 100644
--- a/distrib/miniroot/upgrade.sh
+++ b/distrib/miniroot/upgrade.sh
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $OpenBSD: upgrade.sh,v 1.79 2014/08/10 14:59:22 rpe Exp $
+# $OpenBSD: upgrade.sh,v 1.80 2014/12/10 08:57:41 giovanni Exp $
# $NetBSD: upgrade.sh,v 1.2.4.5 1996/08/27 18:15:08 gwr Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
@@ -87,12 +87,5 @@ feed_random
# Install sets.
install_sets
-# XXX To be removed after 5.6 is released.
-# XXX smtpd got privsep'ed and the _smtpq user is now used to manage these
-# XXX directories. Ensure proper ownership in case smtpd has been started
-# XXX before this change.
-(cd /mnt/var/spool/smtpd &&
- chown -R 103 corrupt incoming purge queue temporary) 2>/dev/null
-
# Perform final steps common to both an install and an upgrade.
finish_up