- fix patches changelog entries.

This commit is contained in:
Ian Kent 2018-07-03 13:12:03 +08:00
parent f53fbfd351
commit 032865a548
2 changed files with 22 additions and 11 deletions

View File

@ -19,16 +19,6 @@ Signed-off-by: Ian Kent <raven@themaw.net>
daemon/automount.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
--- autofs-5.1.4.orig/CHANGELOG
+++ autofs-5.1.4/CHANGELOG
@@ -29,6 +29,7 @@ xx/xx/2018 autofs-5.1.5
- change expire type naming to better reflect usage.
- use defines for expire type.
- make umount_ent() recognise forced umount.
+- fix age setting at startup.
19/12/2017 autofs-5.1.4
- fix spec file url.
--- autofs-5.1.4.orig/daemon/automount.c
+++ autofs-5.1.4/daemon/automount.c
@@ -2606,7 +2606,7 @@ int main(int argc, char *argv[])
@ -40,3 +30,13 @@ Signed-off-by: Ian Kent <raven@themaw.net>
master_read_master(master_list, age, 1);
}
}
--- autofs-5.1.4.orig/CHANGELOG
+++ autofs-5.1.4/CHANGELOG
@@ -29,6 +29,7 @@ xx/xx/2018 autofs-5.1.5
- change expire type naming to better reflect usage.
- use defines for expire type.
- make umount_ent() recognise forced umount.
+- fix age setting at startup.
19/12/2017 autofs-5.1.4
- fix spec file url.

View File

@ -10,8 +10,9 @@ has been requested to avoid the log noise.
Signed-off-by: Ian Kent <raven@themaw.net>
---
CHANGELOG | 1 +
lib/mounts.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
2 files changed, 10 insertions(+), 7 deletions(-)
--- autofs-5.1.4.orig/lib/mounts.c
+++ autofs-5.1.4/lib/mounts.c
@ -39,3 +40,13 @@ Signed-off-by: Ian Kent <raven@themaw.net>
/*
* Verify that we actually unmounted the thing. This is a
* belt and suspenders approach to not eating user data.
--- autofs-5.1.4.orig/CHANGELOG
+++ autofs-5.1.4/CHANGELOG
@@ -28,6 +28,7 @@ xx/xx/2018 autofs-5.1.5
- add-man page note about extra slashes in paths.
- change expire type naming to better reflect usage.
- use defines for expire type.
+- make umount_ent() recognise forced umount.
19/12/2017 autofs-5.1.4
- fix spec file url.