diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-06 14:29:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-06 14:29:32 +0000 |
commit | 60533ecfde538a51f4372e2a484bd869b309cca5 (patch) | |
tree | 49bb0a6449598c5e0701b2ba27b2ab18922637b2 /perl-install | |
parent | 3c10a17b6ba16142a72819e054653f1d246b6b00 (diff) | |
download | drakx-backup-do-not-use-60533ecfde538a51f4372e2a484bd869b309cca5.tar drakx-backup-do-not-use-60533ecfde538a51f4372e2a484bd869b309cca5.tar.gz drakx-backup-do-not-use-60533ecfde538a51f4372e2a484bd869b309cca5.tar.bz2 drakx-backup-do-not-use-60533ecfde538a51f4372e2a484bd869b309cca5.tar.xz drakx-backup-do-not-use-60533ecfde538a51f4372e2a484bd869b309cca5.zip |
add the harddrake service which was missing
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index d19f8bae2..f3f3deb68 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -6,7 +6,7 @@ VERSION = 2.2.10-BOOT SUDO = sudo SO_FILES = c/blib/arch/auto/c/c.so PMS = *.pm Newt/*.pm c/stuff.pm resize_fat/*.pm sbus_probing/*.pm network/*.pm diskdrake/*.pm harddrake/*.pm commands install2 g_auto_install live_install live_install2 share/advertising/*.pl -STANDALONEPMS_ = diskdrake XFdrake mousedrake printerdrake logdrake keyboarddrake draknet drakbackup drakfont drakproxy localedrake net_monitor drakbug_report tinyfirewall drakxconf drakxservices draksec drakboot adduserdrake drakgw drakautoinst livedrake lsnetdrake scannerdrake fileshareset drakxtv drakfloppy harddrake2 drakTermServ +STANDALONEPMS_ = diskdrake XFdrake mousedrake printerdrake logdrake keyboarddrake draknet drakbackup drakfont drakproxy localedrake net_monitor drakbug_report tinyfirewall drakxconf drakxservices draksec drakboot adduserdrake drakgw drakautoinst livedrake lsnetdrake scannerdrake fileshareset drakxtv drakfloppy harddrake2 drakTermServ service_harddrake STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) ALLPMS = $(PMS) $(STANDALONEPMS) REP4PMS = /usr/bin/perl-install |