From 24b1f7a5c218b5fc6d8253bac99e70811338cfa0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Jul 2002 11:26:39 +0000 Subject: harddrake2: "the return of the vengeance son" - harddrake/data.pm: the data structure - harddrake/ui.pm: the ui code - standalone/service_harddrake: the init.d service (which need a few polishing (timeout, ...) - standalone/harddrake2: the ui caller which need to be dadou/ln -fied --- perl-install/standalone/harddrake2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 perl-install/standalone/harddrake2 (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 new file mode 100755 index 000000000..b41cf2374 --- /dev/null +++ b/perl-install/standalone/harddrake2 @@ -0,0 +1,6 @@ +#!/usr/bin/perl -w + +use strict; +use harddrake::ui; + +ui->run; -- cgit v1.2.1