Skip to content

Commit

Permalink
autofs: Do not install /etc/autofs.conf
Browse files Browse the repository at this point in the history
Install /etc/autofs.conf.template instead of /etc/autofs.conf so that we
can track the file under version control.
  • Loading branch information
donald committed Mar 2, 2021
1 parent ec37802 commit b104d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-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.)
Expand All @@ -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")

###############################################################################
Expand Down Expand Up @@ -72,6 +71,7 @@ mee_install() {
rm etc/init.d/autofs
rmdir etc/init.d
rmdir run
mv etc/autofs.conf etc/autofs.conf.template
}

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

0 comments on commit b104d82

Please sign in to comment.