From 5ebf24f4a6e384f5449cb4a6b3bbac37f85ad561 Mon Sep 17 00:00:00 2001
From: Daniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Date: Wed, 12 Nov 2008 22:08:34 +0000
Subject: [PATCH] Fix 4.2 port.

---
 db-config | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/db-config b/db-config
index 823fd50..d49ab03 100755
--- a/db-config
+++ b/db-config
@@ -523,10 +523,9 @@ def main():
          'min_role_id': 10},
 
         # Delegation
-        {'tagname': "delegations",
-         'description': "Coma seperated list of slices to give delegation authority to.",
-         'category' : 'slice/rspec',
-         'min_role_id': 10}
+        {'name': "delegations",
+         'description': "Comma-seperated list of slices to give delegation authority to.",
+         'min_role_id': 10},
 
         ]
 
-- 
2.47.0