* Run the DKMS build commands in a subshell to work around a DKMS bug
that caused the module build logs to be discarded. (LP: #593509)
* The openafs-fileserver init script now depends on $named since
apparently the volserver requires DNS during startup. Thanks, Jaap
Winius. (Closes: #589783)
+ * Run the DKMS build commands in a subshell to work around a DKMS bug
+ that caused the module build logs to be discarded. (LP: #593509)
* Add a status command to thet openafs-fileserver init script.
-- Russ Allbery <rra@debian.org> Fri, 30 Jul 2010 15:41:16 -0700
DEST_MODULE_LOCATION[0]="/updates/dkms/"
AUTOINSTALL=yes
-MAKE[0]="./configure --with-linux-kernel-headers=${kernel_source_dir}
- && make
- && mv src/libafs/MODLOAD-*/openafs.ko ."
+MAKE[0]="(./configure --with-linux-kernel-headers=${kernel_source_dir}
+ && make
+ && mv src/libafs/MODLOAD-*/openafs.ko .)"
CLEAN="rm -f openafs.ko && make -C src/libafs clean"