[debian-edu-commits] r79602 - in branches/wheezy/debian-edu-config:	debian sbin
    schweer-guest at alioth.debian.org 
    schweer-guest at alioth.debian.org
       
    Tue Apr  9 19:11:56 UTC 2013
    
    
  
Author: schweer-guest
Date: 2013-04-09 19:11:55 +0000 (Tue, 09 Apr 2013)
New Revision: 79602
Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/sbin/debian-edu-restart-services
Log:
debian-edu-restart-services: Replace portmap with rpcbind.
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-04-09 18:04:02 UTC (rev 79601)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-04-09 19:11:55 UTC (rev 79602)
@@ -35,6 +35,7 @@
     - Add description for tjener in gosa-server.ldif including a warning.
       (Though the object tjener is still locked by default, it could be set
       to 'active' and then be modified.) (Closes: #629367).
+  * debian-edu-restart-services: Replace portmap with rpcbind.
 
  -- Mike Gabriel <sunweaver at debian.org>  Mon, 01 Apr 2013 15:26:19 +0200
 
Modified: branches/wheezy/debian-edu-config/sbin/debian-edu-restart-services
===================================================================
--- branches/wheezy/debian-edu-config/sbin/debian-edu-restart-services	2013-04-09 18:04:02 UTC (rev 79601)
+++ branches/wheezy/debian-edu-config/sbin/debian-edu-restart-services	2013-04-09 19:11:55 UTC (rev 79602)
@@ -18,7 +18,7 @@
 
 for service in \
     slapd \
-    portmap \
+    rpcbind \
     apache \
     ;
     do
@@ -35,7 +35,7 @@
 
 for service in \
     slapd \
-    portmap \
+    rpcbind \
     apache \
     ;
     do
    
    
More information about the debian-edu-commits
mailing list