* 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, 27 Aug 2010 19:15:56 -0700
DEST_MODULE_LOCATION[0]="/updates/dkms/"
AUTOINSTALL=yes
-MAKE[0]="./configure --enable-disconnected \
- --with-linux-kernel-headers=${kernel_source_dir} \
- --with-linux-kernel-packaging
- && make
- && mv src/libafs/MODLOAD-*/openafs.ko ."
-CLEAN="rm -f openafs.ko && make -C src/libafs clean"
+MAKE[0]="(./configure --enable-disconnected --with-linux-kernel-packaging \
+ --with-linux-kernel-headers=${kernel_source_dir}
+ && make
+ && mv src/libafs/MODLOAD-*/openafs.ko .)"
+CLEAN="rm -f openafs.ko && make clean"