summaryrefslogtreecommitdiffstats
path: root/system/xen/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/xen/doinst.sh')
-rw-r--r--system/xen/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/xen/doinst.sh b/system/xen/doinst.sh
index 51c573cb0c..712b2ddc17 100644
--- a/system/xen/doinst.sh
+++ b/system/xen/doinst.sh
@@ -31,3 +31,6 @@ find etc/default -type f -name 'xen*.new' \
find etc/xen -type f -name '*.new' \
| while read new ; do config $new ; done
+[ -d etc/sysconfig ] && find etc/sysconfig -type f -name 'xen*.new' \
+ | while read new ; do config $new ; done
+