diff --git a/autofs.be0 b/autofs.be0 index 1383a034a..240a1a4e3 100755 --- a/autofs.be0 +++ b/autofs.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION autofs-5.1.3-3 +# BEE_VERSION autofs-5.1.3-4 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -17,7 +17,6 @@ SRCURL[0]="https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-${PKGVERSIO #PATCHURL+=("/src/mariux/patches/autofs-5.0.8-fix-task-manager-not-getting-signaled-without-changelog.patch") PATCHURL+=("/src/mariux/patches/autofs-5.0.8-reduce-syslog-noise.patch") -PATCHURL+=("/src/mariux/patches/autofs-5.1.0-decrease-negative_timeout-value-in-default-config.patch") PATCHURL+=("/src/mariux/patches/autofs-0001-Fix-usage-of-unitialized-pointer.patch") ############################################################################### @@ -72,6 +71,9 @@ mee_install() { rm etc/init.d/autofs rmdir etc/init.d rmdir run + mv etc/autofs.conf etc/autofs.conf.template + rm etc/sysconfig/autofs + rmdir etc/sysconfig } ## by default this may be 'make install DESTDIR="${D}"'