From bec3fe5e41aba343b4397fd897d6cb9b6c0a0463 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 4 Oct 2023 16:43:25 -0400 Subject: v0.0.3 add fs_type to automount path --- debian/changelog | 8 ++++++++ debian/myautomount.dsc | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 87bd9dc..4ad2a3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +myautomount (0.0.3-1) obs; urgency=low + + * Add filesystem type to automount destination so autofs can + mount both ext4 and ntfs types without having to manually + modify cong files. + + -- B. Stack Wed, 04 Oct 2023 16:42:35 -0400 + myautomount (0.0.2-1) obs; urgency=low * New version. diff --git a/debian/myautomount.dsc b/debian/myautomount.dsc index 423542f..59390a2 100644 --- a/debian/myautomount.dsc +++ b/debian/myautomount.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: myautomount Binary: myautomount Architecture: all -Version: 0.0.2-1 +Version: 0.0.3-1 Maintainer: B. Stack Homepage: https://bgstack15.wordpress.com/ Standards-Version: 4.5.0 -- cgit