Skip to content

Commit

Permalink
Merge pull request #2045 from mariux64/update-autofs
Browse files Browse the repository at this point in the history
Update autofs
  • Loading branch information
donald authored Mar 4, 2021
2 parents e02791c + 6a93b7b commit ef91ae8
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions autofs.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION autofs-5.1.3-4
# BEE_VERSION autofs-5.1.7-0

## 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.)
Expand All @@ -15,9 +15,7 @@ SRCURL[0]="https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-${PKGVERSIO
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

#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-0001-Fix-usage-of-unitialized-pointer.patch")
PATCHURL+=("/src/mariux/patches/autofs-5.1.7-Fix-usage-of-unitialized-pointer.patch")

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down Expand Up @@ -59,22 +57,13 @@ mee_configure() {
bee_configure --enable-ignore-busy
}

mee_build() {
bee_build DEBUG=1 DONTSTRIP=1
}
#mee_build() {
# bee_build "${@}"
#}

mee_install() {
bee_install
cd $D
rm etc/auto.*
rm etc/autofs_ldap_auth.conf
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
}
#mee_install() {
# bee_install "${@}"
#}

## by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit ef91ae8

Please sign in to comment.