diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-28 17:34:16 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-28 17:34:16 +0000 |
commit | 7d0e55604fbca66c182feca989ee830d4e37b126 (patch) | |
tree | fc124712ead94add41972221dbb2de2c50916f26 /denyhosts | |
parent | 0e6e90404f7c5bfd1d8950defcfd169a47059aa7 (diff) | |
download | slackbuilds-7d0e55604fbca66c182feca989ee830d4e37b126.tar.gz slackbuilds-7d0e55604fbca66c182feca989ee830d4e37b126.tar.bz2 |
moving denyhosts to DenyHosts
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@539 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'denyhosts')
-rwxr-xr-x | denyhosts/denyhosts.SlackBuild | 2 | ||||
-rwxr-xr-x | denyhosts/denyhosts.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/denyhosts/denyhosts.SlackBuild b/denyhosts/denyhosts.SlackBuild index 1cc27e94..4f0f4e25 100755 --- a/denyhosts/denyhosts.SlackBuild +++ b/denyhosts/denyhosts.SlackBuild @@ -14,7 +14,7 @@ if [ -f "~/.slackbuildrc" ]; then fi # default settings -PACKAGE="denyhosts" +PACKAGE="DenyHosts" VERSION=${VERSION:=2.5} ARCH="noarch" BUILD=${BUILD:=1rha} diff --git a/denyhosts/denyhosts.build b/denyhosts/denyhosts.build index 1df3b34d..5108f68d 100755 --- a/denyhosts/denyhosts.build +++ b/denyhosts/denyhosts.build @@ -18,7 +18,7 @@ if [ -f "~/.slackbuildrc" ]; then fi # default settings -PACKAGE="denyhosts" +PACKAGE="DenyHosts" VERSION=${VERSION:=2.5} ARCH="noarch" BUILD=${BUILD:=1rha} |