summaryrefslogtreecommitdiff
path: root/iso/bin/setup-helper
diff options
context:
space:
mode:
Diffstat (limited to 'iso/bin/setup-helper')
-rwxr-xr-xiso/bin/setup-helper9
1 files changed, 9 insertions, 0 deletions
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper
index a84b4d1..7dfd35b 100755
--- a/iso/bin/setup-helper
+++ b/iso/bin/setup-helper
@@ -138,3 +138,12 @@ inject_packages eudev
remove_packages net-tools traceroute
inject_packages inetutils
+
+# update the contrib and compat-32 rsync files if they're active
+if [ -f $ROOT/etc/ports/contrib.rsync ]; then
+ mv -f $ROOT/etc/ports/contrib.rsync{.inactive,}
+fi
+
+if [ -f $ROOT/etc/ports/compat-32.rsync ]; then
+ mv -f $ROOT/etc/ports/compat-32.rsync{.inactive,}
+fi

Generated by cgit