Use sh instead of pagsh for init scripts
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 11 Dec 2012 08:13:53 +0000 (03:13 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 11 Dec 2012 08:13:53 +0000 (03:13 -0500)
pagsh provides no benefit since domtool is started using k5start, and
should have been removed ages ago. Slipped through the cracks until it
broke something.

scripts/domtool-server
scripts/domtool-slave

index d86f5ac..94ffda3 100755 (executable)
@@ -1,5 +1,5 @@
-#!/usr/bin/pagsh.openafs
-# -*- sh-mode -*-
+#!/bin/sh
+# -*- sh -*-
 
 # This script should go in /etc/init.d/ on Debian Linux systems
 # running Domtool dispatchers.
 
 # This script should go in /etc/init.d/ on Debian Linux systems
 # running Domtool dispatchers.
index dabbb70..e51ac89 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/pagsh.openafs
+#!/bin/sh
 # -*- sh -*-
 
 # This script should go in /etc/init.d/ on Debian Linux systems
 # -*- sh -*-
 
 # This script should go in /etc/init.d/ on Debian Linux systems