diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-04 11:26:39 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-04 11:26:39 +0000 |
commit | 24b1f7a5c218b5fc6d8253bac99e70811338cfa0 (patch) | |
tree | 292237413955cadf5f08bdfa545b6cbb3eaa726c /perl-install/standalone/harddrake2 | |
parent | a4d8d6c87bd14c630159da1a029968b1434bd20f (diff) | |
download | drakx-backup-do-not-use-24b1f7a5c218b5fc6d8253bac99e70811338cfa0.tar drakx-backup-do-not-use-24b1f7a5c218b5fc6d8253bac99e70811338cfa0.tar.gz drakx-backup-do-not-use-24b1f7a5c218b5fc6d8253bac99e70811338cfa0.tar.bz2 drakx-backup-do-not-use-24b1f7a5c218b5fc6d8253bac99e70811338cfa0.tar.xz drakx-backup-do-not-use-24b1f7a5c218b5fc6d8253bac99e70811338cfa0.zip |
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
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 6 |
1 files changed, 6 insertions, 0 deletions
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; |