Changeset 803
- Timestamp:
- Aug 28, 2013, 12:17:03 PM (12 years ago)
- Location:
- trunk/client/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/Makefile.kmk
r800 r803 67 67 # install some more files 68 68 INSTALLS = ndpsmb-docs 69 ndpsmb-docs_INST = $(INST_BIN) 69 ndpsmb-docs_INST = $(INST_BIN) 70 70 ndpsmb-docs_SOURCES = COPYING resources/ndpsmb.ndp resources/instpl.cmd resources/uninstpl.cmd 71 71 … … 151 151 $(PATH_OUT)/dist/$(PACKAGE_NAME).zip: \ 152 152 $(PATH_INST_BIN)/instpl.cmd \ 153 $(PATH_INST_BIN)/ndpsmb.ndp \ 153 $(PATH_INST_BIN)/ndpsmb.ndp \ 154 154 $(PATH_INST_BIN)/uninstpl.cmd \ 155 155 $(PATH_INST_BIN)/ndpsmb.dll \ … … 163 163 $(QUIET)$(MKDIR) -p $(PATH_OUT)/dist 164 164 $(QUIET)$(RM) -f $@ 165 $(QUIET)$(REDIRECT) -C $(PATH_INST_BIN) -- zip -Sr9 $@ \* 165 $(QUIET)$(REDIRECT) -C $(PATH_INST_BIN) -- zip -Sr9 $@ \* 166 166 167 167 … … 170 170 ./resources/ndpsmb.tpl \ 171 171 $(PATH_INST_BIN)/instpl.cmd \ 172 $(PATH_INST_BIN)/ndpsmb.ndp \ 172 $(PATH_INST_BIN)/ndpsmb.ndp \ 173 173 $(PATH_INST_BIN)/uninstpl.cmd \ 174 174 $(PATH_INST_BIN)/ndpsmb.dll \ -
trunk/client/src/help/changelog.txt
r728 r803 110 110 <$LI> Correction du problme d'application des attributs introduit 111 111 dans la beta 5. 112 <$LI> Implmentation de la fonction setnewfilesize. Cela peut 113 cependantne pas fonctionner avec tous les serveurs CIFS.114 <$LI> Ajout du dmarrage automatique de smbcd.exe s'il n'est pas 115 lanc112 <$LI> Implmentation de la fonction setnewfilesize. Cela peut cependant 113 ne pas fonctionner avec tous les serveurs CIFS. 114 <$LI> Ajout du dmarrage automatique de smbcd.exe s'il n'est pas lanc 115 116 116 la connexion au partage CIFS. 117 117 <$LI> Ajout des options 'logfile' et 'loglevel' … … 703 703 <$LI> Update auf Samba 3.3.15 Client-Code 704 704 #endif 705 #ifndef txt 706 :eul. 707 #endif 708 709 <$UL>2.1.1 GA: 710 #ifndef txt 711 :ul compact. 712 #endif 713 #ifdef en 714 <$LI> update to Samba 3.3.16 client code 715 <$LI> use libc064.dll instead of libc064x.dll 716 <$LI> smb.conf could not be read 717 #endif 718 #ifdef fr 719 <$LI> Passage au code du client Samba v3.3.16. 720 <$LI> utiliser libc064.dll lieu de libc064x.dll 721 <$LI> smb.conf ne pouvait pas tre lu. 722 #endif 723 #ifdef de 724 <$LI> Update auf Samba 3.3.16 Client-Code 725 <$LI> Benutze libc064.dll statt libc064x.dll 726 <$LI> smb.conf konnte nicht gelesen werden 727 #endif 728 #ifndef txt 729 :eul. 730 #endif 731 732 <$UL>2.1.2 GA: 733 #ifndef txt 734 :ul compact. 735 #endif 736 #ifdef en 737 <$LI> Ticket #181 738 <$LI> Ticket #192 739 <$LI> wis script changes 740 #endif 741 #ifdef fr 742 <$LI> Ticket nø 181 743 <$LI> Ticket nø 192 744 <$LI> Modification de script wis 745 #endif 746 #ifdef de 747 <$LI> Ticket #181 748 <$LI> Ticket #192 749 <$LI> wis Skript nderungen 750 #endif 751 #ifndef txt 752 :eul. 753 #endif 754 755 <$UL>2.1.3 GA: 756 #ifndef txt 757 :ul compact. 758 #endif 759 #ifdef en 760 <$LI> Ticket #204 761 <$LI> wis script changes 762 #endif 763 #ifdef fr 764 <$LI> Ticket nø 204 765 <$LI> Modification de script wis 766 #endif 767 #ifdef de 768 <$LI> Ticket #204 769 <$LI> wis Skript nderungen 770 #endif 771 #ifndef txt 772 :eul. 773 #endif 774 775 <$UL>2.1.4 GA: 776 #ifndef txt 777 :ul compact. 778 #endif 779 #ifdef en 780 <$LI> Ticket #219 781 <$LI> use libc065.dll instead of libc064.dll 782 #endif 783 #ifdef fr 784 <$LI> Ticket nø 219 785 <$LI> utiliser libc065.dll lieu de libc064.dll 786 #endif 787 #ifdef de 788 <$LI> Ticket #219 789 <$LI> Benutze libc065.dll statt libc064.dll 790 #endif 705 791 706 792 #ifndef txt -
trunk/client/src/resources/ndpsmb.tpl
r722 r803 193 193 You can start it via the "Control Panel" in your NetDrive folder (Menu NetDrive - Control Program - Start) or via commandline in your NDFSDIR (=("get_env ndfs")) (DETACH NDCTL.EXE). 194 194 195 INSTALLATION (OR DEINSTALLATION) WILL FAIL, IF THE CONTROL PROGRAM IS NOTSTARTED!195 INSTALLATION (OR DEINSTALLATION) WILL FAIL, IF THE CONTROL PROGRAM HAS NOT BEEN STARTED! 196 196 197 197 If you are not sure, please start the Control Program NOW and then continue the installation.</TEXT>
Note:
See TracChangeset
for help on using the changeset viewer.