27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
From ac0013190eb64a6528b56a09c29ba595f6ac19e4 Mon Sep 17 00:00:00 2001
|
|
From: Lennart Poettering <lennart@poettering.net>
|
|
Date: Wed, 11 Jun 2014 18:42:38 +0200
|
|
Subject: [PATCH] NEWS: add missing comment about the "floppy" group
|
|
|
|
(cherry picked from commit 4c0d13bdd5ef971a3003899064af1717c8960bee)
|
|
---
|
|
NEWS | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/NEWS b/NEWS
|
|
index 54d9e9e6..1274c30a 100644
|
|
--- a/NEWS
|
|
+++ b/NEWS
|
|
@@ -179,6 +179,11 @@ CHANGES WITH 214:
|
|
added which is useful for services that shall run before any
|
|
network is configured, for example firewall scripts.
|
|
|
|
+ * The "floppy" group that previously owned the /dev/fd*
|
|
+ devices is no longer used. The "disk" group is now used
|
|
+ instead. Distributions should probably deprecate usage of
|
|
+ this group.
|
|
+
|
|
Contributions from: Camilo Aguilar, Christian Hesse, Colin Ian
|
|
King, Cristian Rodríguez, Daniel Buch, Dave Reisner, David
|
|
Strauss, Denis Tikhomirov, John, Jonathan Liu, Kay Sievers,
|