diff options
author | Samuel Thibault <sthibault@debian.org> | 2009-12-29 22:44:27 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2009-12-29 22:44:27 +0000 |
commit | 4bda36712a50aec89c272693057f777be799a46c (patch) | |
tree | 2c7cedd9d44bff4020b4deb780684d64abf8776b /debian/patches/diskfs_no_inherit_dir_group.patch | |
parent | bfe638d8b8481005941a8990f9221eab77e3d416 (diff) |
* debian/patches/diskfs_no_inherit_dir_group.patch: Fix documentation too.
Diffstat (limited to 'debian/patches/diskfs_no_inherit_dir_group.patch')
-rw-r--r-- | debian/patches/diskfs_no_inherit_dir_group.patch | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/debian/patches/diskfs_no_inherit_dir_group.patch b/debian/patches/diskfs_no_inherit_dir_group.patch index 34938e68..acb5e517 100644 --- a/debian/patches/diskfs_no_inherit_dir_group.patch +++ b/debian/patches/diskfs_no_inherit_dir_group.patch @@ -1,6 +1,7 @@ --- + opts-common.c | 2 +- libdiskfs/init-init.c | 3 +++ - 1 file changed, 3 insertions(+) + 2 file changed, 4 insertion(+), 1 deletion(-) --- a/libdiskfs/init-init.c +++ b/libdiskfs/init-init.c @@ -14,3 +15,14 @@ if (diskfs_boot_filesystem ()) /* This is a boot filesystem, we have to do some things specially. */ { +--- a/libdiskfs/opts-common.c ++++ b/libdiskfs/opts-common.c +@@ -52,7 +52,7 @@ const struct argp_option diskfs_common_options[] = + {"nogrpid", 0, 0, OPTION_ALIAS | OPTION_HIDDEN}, + {"sysvgroups", 0, 0, OPTION_ALIAS | OPTION_HIDDEN}, + {"inherit-dir-group", OPT_INHERIT_DIR_GROUP, 0, 0, +- "Create new nodes with gid of parent dir (default)"}, ++ "Create new nodes with gid of parent dir"}, + {"grpid", 0, 0, OPTION_ALIAS | OPTION_HIDDEN}, + {"bsdgroups", 0, 0, OPTION_ALIAS | OPTION_HIDDEN}, + {0, 0} |