diffstat of debian/ for nfs-utils_1.2.8-6 nfs-utils_1.2.8-6tanglu1 changelog | 7 +++++++ nfs-common.init | 7 ++++--- 2 files changed, 11 insertions(+), 3 deletions(-) --- nfs-utils-1.2.8/debian/changelog 2014-02-24 18:11:25.000000000 +0000 +++ nfs-utils-1.2.8/debian/changelog 2014-04-01 21:22:40.000000000 +0000 @@ -1,3 +1,10 @@ +nfs-utils (1:1.2.8-6tanglu1) staging; urgency=medium + + * Make the LSB init.d script systemd safe. + - This break early-boot nfs, but that is broken on systemd anyway. + + -- Jon Severinsson Tue, 01 Apr 2014 23:00:00 +0200 + nfs-utils (1:1.2.8-6) unstable; urgency=medium * Fix the sec=krb5* handling in debian/nfs-common.init to properly match --- nfs-utils-1.2.8/debian/nfs-common.init 2014-02-24 18:11:25.000000000 +0000 +++ nfs-utils-1.2.8/debian/nfs-common.init 2014-04-01 21:16:48.000000000 +0000 @@ -2,13 +2,14 @@ ### BEGIN INIT INFO # Provides: nfs-common -# Required-Start: $portmap $time +# Required-Start: rpcbind $time # Required-Stop: $time -# Default-Start: S +# X-Start-Before: $remote_fs +# Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: NFS support files common to client and server # Description: NFS is a popular protocol for file sharing across -# TCP/IP networks. This service provides various +# TCP/IP networks. This service provides various # support functions for NFS mounts. ### END INIT INFO