mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
autofs: add log service, fix patch
This commit is contained in:
parent
c5d1c7fbb8
commit
c50e41d564
4 changed files with 15 additions and 12 deletions
2
srcpkgs/autofs/files/autofs/log/run
Normal file
2
srcpkgs/autofs/files/autofs/log/run
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -p daemon.info -t autofs
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec automount -f
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <dlfcn.h>
|
||||
--- a/lib/log.c.orig 2019-03-30 10:49:52.965336128 +0100
|
||||
+++ b/lib/log.c 2019-03-30 10:50:43.232710045 +0100
|
||||
@@ -38,7 +38,11 @@ static char *prepare_attempt_prefix(cons
|
||||
@@ -38,7 +38,11 @@
|
||||
char buffer[ATTEMPT_ID_SIZE + 1];
|
||||
char *prefixed_msg = NULL;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'autofs'
|
||||
pkgname=autofs
|
||||
version=5.1.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
make_build_args="DONTSTRIP=1"
|
||||
configure_args="--with-libtirpc --with-mapdir=/etc/autofs --sbindir=/usr/bin"
|
||||
|
|
Loading…
Add table
Reference in a new issue