summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-11-30 17:19:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-11-30 17:19:30 +0000
commita3d5079d63d53d7a639162a03a89fa8fdcfbee8a (patch)
treeca49369788e9776ddfce6e0b93e33413908b6ea0 /perl-install/Makefile.drakxtools
parent2f9e01cce5dba4fa11add841f63d0afea97d85eb (diff)
downloaddrakx-backup-do-not-use-a3d5079d63d53d7a639162a03a89fa8fdcfbee8a.tar
drakx-backup-do-not-use-a3d5079d63d53d7a639162a03a89fa8fdcfbee8a.tar.gz
drakx-backup-do-not-use-a3d5079d63d53d7a639162a03a89fa8fdcfbee8a.tar.bz2
drakx-backup-do-not-use-a3d5079d63d53d7a639162a03a89fa8fdcfbee8a.tar.xz
drakx-backup-do-not-use-a3d5079d63d53d7a639162a03a89fa8fdcfbee8a.zip
fileshare should be ok, handle diskdrake --fileshare, fix smb import
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r--perl-install/Makefile.drakxtools4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index e0f6b3523..03d0eac1f 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -31,6 +31,7 @@ install:
install $(STANDALONEPMS) $(SBINDEST)
install -s rpcinfo-flushed ddcprobe/ddcxinfos serial_probe/serial_probe $(SBINDEST)
ln -s ../../$(patsubst $(PREFIX)/usr%,%,$(SBINDEST))/XFdrake $(BINX11DEST)/Xdrakres
+ ln -s fileshareset $(SBINDEST)/filesharelist
mv -f $(SBINDEST)/lsnetdrake $(BINDEST)/lsnetdrake
install -m 644 *.pm $(LIBDEST)
@@ -39,6 +40,9 @@ install:
install -m 644 share/diskdrake.rc $(ETCDEST)
install -m 644 share/wizard.rc $(ETCDEST)
+ install -d $(PREFIX)/etc/security
+ echo 'RESTRICT=yes' > $(PREFIX)/etc/security/fileshare.conf
+
install -m 644 $(patsubst %,Newt/%.pm,Newt) $(LIBDEST)/Newt
install -m 644 $(patsubst %,c/%.pm,stuff) $(LIBDEST)/c
install -m 644 $(patsubst %,sbus_probing/%.pm,main) $(LIBDEST)/sbus_probing