chiark / gitweb /
* Use fd 8 for readconfig stdout parking rather than fd 10, to avoid
[autopkgtest.git] / xen / initscript
index 04312d25a93f3b0a83eda5d45ca592832ec30947..682e74b24d75403ca4b9569beba07962d0abc6eb 100755 (executable)
@@ -77,7 +77,7 @@ esac
 
 set --
 
-exec 10>&1
+exec 8>&1
 case "$VERBOSE" in
 no)    exec >/dev/null ;;
 esac
@@ -85,7 +85,7 @@ esac
 printf "adtxenlvm: reading configuration for firewall setup:\n"
 . ${ADT_XENLVM_SHARE:=/usr/share/autopkgtest/xenlvm}/readconfig
 
-exec >&10 10>&-
+exec >&8 8>&-
 
 log_daemon_msg "adtxenlvm: installing firewall rules"