[bwbar] added systemd files almost remove '-D' daemon feature (not needed with systemd)

Adrian Reber adrian at fedoraproject.org
Sun Jan 29 10:54:59 UTC 2012


commit 0069ebfb36b28c375f361b345cf8a8360b11dbb2
Author: Adrian Reber <adrian at lisas.de>
Date:   Sun Jan 29 11:54:52 2012 +0100

    added systemd files
    almost remove '-D' daemon feature (not needed with systemd)

 bwbar.daemon.patch |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/bwbar.daemon.patch b/bwbar.daemon.patch
index 0efebc0..7ba45d1 100644
--- a/bwbar.daemon.patch
+++ b/bwbar.daemon.patch
@@ -1,7 +1,7 @@
 diff -u bwbar-1.2.3/bwbar.c bwbar-1.2.3.new/bwbar.c
 --- bwbar-1.2.3/bwbar.c	2006-08-26 18:31:26.000000000 +0200
 +++ bwbar-1.2.3.new/bwbar.c	2008-09-01 11:30:41.000000000 +0200
-@@ -214,7 +214,7 @@
+@@ -214,7 +216,7 @@
  
    program = argv[0];
  
@@ -10,3 +10,12 @@ diff -u bwbar-1.2.3/bwbar.c bwbar-1.2.3.new/bwbar.c
      switch ( opt ) {
      case 'i':
        measure_input = 1;
+@@ -260,6 +260,8 @@
+       unit = 1.0e+9;
+       unit_name = "Gbit/s";
+       break;
++    case 'D':
++      break;
+     case 'h':
+       usage(0);
+       break;


More information about the scm-commits mailing list