[arch-projects] [netcfg] [PATCH 4/3] systemd: Fix unit descriptions

Thomas Bächler thomas at archlinux.org
Wed Oct 24 18:39:04 EDT 2012


These descriptions are shown in "Starting" and "Started" notifications.
---
 systemd/net-auto-wired.service     | 2 +-
 systemd/net-auto-wireless.service  | 2 +-
 systemd/net-auto-wireless at .service | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/systemd/net-auto-wired.service b/systemd/net-auto-wired.service
index 7bb885d..3aaa23d 100644
--- a/systemd/net-auto-wired.service
+++ b/systemd/net-auto-wired.service
@@ -1,5 +1,5 @@
 [Unit]
-Description=Provides automatic netcfg wired connection
+Description=Automatic wired connection
 
 [Service]
 EnvironmentFile=/etc/conf.d/netcfg
diff --git a/systemd/net-auto-wireless.service b/systemd/net-auto-wireless.service
index a717070..365f18c 100644
--- a/systemd/net-auto-wireless.service
+++ b/systemd/net-auto-wireless.service
@@ -1,5 +1,5 @@
 [Unit]
-Description=Provides automatic netcfg wireless connection
+Description=Automatic wireless connection
 Before=network.target
 Wants=network.target
 
diff --git a/systemd/net-auto-wireless at .service b/systemd/net-auto-wireless at .service
index 29a0efb..6754c60 100644
--- a/systemd/net-auto-wireless at .service
+++ b/systemd/net-auto-wireless at .service
@@ -1,5 +1,5 @@
 [Unit]
-Description=Provides automatic netcfg wireless connection
+Description=Automatic wireless connection on %i
 Before=network.target
 Wants=network.target
 BindsTo=sys-subsystem-net-devices-%i.device
-- 
1.8.0



More information about the arch-projects mailing list