--- system/udev.i 2009-02-16 00:47:35.000000000 +0100 +++ system/udev.i 2009-02-16 00:48:30.000000000 +0100 @@ -90,7 +90,7 @@ need = system/udev/udevd; script start = { - source /etc/conf.d/rc + . /etc/conf.d/rc if [ "${RC_DEVICE_TARBALL}" = "yes" -a -e /lib/udev-state/devices.tar.bz2 ] then cd /dev @@ -137,7 +137,7 @@ }; script stop = { - source /etc/conf.d/rc + . /etc/conf.d/rc if [ "${RC_DEVICE_TARBALL}" = "yes" ] then cd /dev --- daemon/wpa_supplicant.i 2009-02-16 00:50:18.000000000 +0100 +++ daemon/wpa_supplicant.i 2009-02-16 00:50:47.000000000 +0100 @@ -26,7 +26,7 @@ exit 0 fi - source "${libdir}/wpa_supplicant" + . "${libdir}/wpa_supplicant" if ! wpa_supplicant_associate then /bin/wpa_cli -i${iface} terminate