File vbox-configure_python26.diff of Package virtualbox-ose
Index: configure
================================================================================
--- configure
+++ configure
@@ -1619,7 +1619,7 @@
EOF
found=
for p in $PYTHONDIR; do
- for d in python2.5 python2.4 python2.3; do
+ for d in python2.6 python2.5 python2.4 python2.3; do
for b in lib64 lib/64 lib; do
echo "compiling the following source file:" >> $LOG
cat .tmp_src.cc >> $LOG
--- src/VBox/Installer/linux/vboxnet.sh.in
+++ src/VBox/Installer/linux/vboxnet.sh.in
@@ -21,6 +21,7 @@
### BEGIN INIT INFO
# Provides: vboxnet
# Required-Start: $network
+# Should-Start: ypbind
# Required-Stop: $null
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6