Skip to content

Commit

Permalink
autofs: Remove sysconfig file
Browse files Browse the repository at this point in the history
Remove etc/sysconfig/autofs which isn't used by our autofs startup.
  • Loading branch information
donald committed Mar 2, 2021
1 parent b104d82 commit c6a18c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autofs.be0
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ mee_install() {
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}"'
Expand Down

0 comments on commit c6a18c9

Please sign in to comment.