diff --git a/distrib/miniroot/upgrade.sh b/distrib/miniroot/upgrade.sh index 8344025e6f4d..aa4d819d7068 100644 --- a/distrib/miniroot/upgrade.sh +++ b/distrib/miniroot/upgrade.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: upgrade.sh,v 1.14 1997/11/12 01:30:30 pk Exp $ +# $NetBSD: upgrade.sh,v 1.15 1998/01/23 22:36:39 veego Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -77,6 +77,9 @@ RELOCATED_FILES_13="${RELOCATED_FILES_13} /sbin/mountd /usr/sbin/mountd" RELOCATED_FILES_13="${RELOCATED_FILES_13} /sbin/quotacheck /usr/sbin/quotacheck" RELOCATED_FILES_13="${RELOCATED_FILES_13} /sbin/rtquery /usr/sbin/rtquery" +# Files that moved between 1.3 and 1.4 +RELOCATED_FILES_14="${RELOCATED_FILES_14} /usr/sbin/ipnat /sbin/ipnat" + rm_relocated_files() { # ($n, $(n+1)): pairs of (old,new) locations of relocated files