From a24cc93d6cfcca196bd7ab175bbcc3758a591fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 28 Nov 2009 23:47:56 +0000 Subject: [PATCH] s/ksh/bash/ in here, i can't believe we still had ksh dependencies... --- tools/get_account_by_domain | 2 +- tools/get_domains_by_account | 2 +- tools/top_ftp_users | 2 +- tools/top_http_users | 2 +- tools/top_mysql_users | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/get_account_by_domain b/tools/get_account_by_domain index 2a96d6cd..5b6346cf 100755 --- a/tools/get_account_by_domain +++ b/tools/get_account_by_domain @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash # # $Id: get_account_by_domain 22 2005-04-11 17:21:15Z jerome $ # ---------------------------------------------------------------------- diff --git a/tools/get_domains_by_account b/tools/get_domains_by_account index be5b613c..efc38bbf 100755 --- a/tools/get_domains_by_account +++ b/tools/get_domains_by_account @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash # # $Id: get_domains_by_account 22 2005-04-11 17:21:15Z jerome $ # ---------------------------------------------------------------------- diff --git a/tools/top_ftp_users b/tools/top_ftp_users index c726fc0a..1446859f 100755 --- a/tools/top_ftp_users +++ b/tools/top_ftp_users @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash # # $Id: top_ftp_users 22 2005-04-11 17:21:15Z jerome $ # ---------------------------------------------------------------------- diff --git a/tools/top_http_users b/tools/top_http_users index d765fb67..6beefd78 100755 --- a/tools/top_http_users +++ b/tools/top_http_users @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash # # $Id: top_http_users 22 2005-04-11 17:21:15Z jerome $ # ---------------------------------------------------------------------- diff --git a/tools/top_mysql_users b/tools/top_mysql_users index ceae2c5a..66274d49 100755 --- a/tools/top_mysql_users +++ b/tools/top_mysql_users @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash # # $Id: top_mysql_users 22 2005-04-11 17:21:15Z jerome $ # ----------------------------------------------------------------------