diffstat of debian/ for nfs-utils_1.3.4-2.1 nfs-utils_1.3.4-2.1A~4.3.0.201711222152 changelog | 7 +++++++ nfs-kernel-server.init | 5 +++++ 2 files changed, 12 insertions(+) diff -Nru nfs-utils-1.3.4/debian/changelog nfs-utils-1.3.4/debian/changelog --- nfs-utils-1.3.4/debian/changelog 2017-03-20 15:07:55.000000000 +0000 +++ nfs-utils-1.3.4/debian/changelog 2017-11-22 20:55:00.000000000 +0000 @@ -1,3 +1,10 @@ +nfs-utils (1:1.3.4-2.1A~4.3.0.201711222152) ucs4-3-0-0; urgency=low + + * UCS auto build. The following patches have been applied to the original source package + 00-add_ucr_autostart + + -- Univention builddaemon Wed, 22 Nov 2017 21:55:00 +0100 + nfs-utils (1:1.3.4-2.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru nfs-utils-1.3.4/debian/nfs-kernel-server.init nfs-utils-1.3.4/debian/nfs-kernel-server.init --- nfs-utils-1.3.4/debian/nfs-kernel-server.init 2016-12-15 13:30:00.000000000 +0000 +++ nfs-utils-1.3.4/debian/nfs-kernel-server.init 2017-11-22 20:55:00.000000000 +0000 @@ -60,6 +60,11 @@ # See how we were called. case "$1" in start) + # check ucr autostart setting + if [ -f "/usr/share/univention-config-registry/init-autostart.lib" ]; then + . /usr/share/univention-config-registry/init-autostart.lib + check_autostart nfs-kernel-server nfs/autostart + fi export_files="/etc/exports" for file in /etc/exports.d/*.exports ; do if [ -f "$file" ]; then