Changes in / [c403a2d:749056a]
- Location:
- npl/fileserver/samba_conf
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/fileserver/samba_conf/root/etc/postinst.d/post.samba
rc403a2d r749056a 3 3 #replace by symlink 4 4 if ! [ -L /etc/cups ]; then 5 mv /etc/cups /etc/cups.old 2>/dev/null6 5 ln -s /home/system/cups /etc/cups 2>/dev/null 7 6 fi 8 7 9 8 if ! [ -L /etc/samba ]; then 10 mv /etc/samba /etc/samba.old 2>/dev/null9 mv /etc/samba /etc/samba.old 11 10 ln -s /home/system/samba /etc/samba 2>/dev/null 12 11 fi … … 21 20 fi 22 21 23 if ! cat /home/system/samba/smb.conf | grep "store dos attributes" &> /dev/null; then 22 if ! cat /home/system/samba/smb.conf | grep "store dos attributes" &> /dev/null; then 24 23 sed -i /home/system/samba/smb.conf \ 25 24 -e "s/ unix extensions = no/ unix extensions = no\n store dos attributes = yes/" -
npl/fileserver/samba_conf/samba_conf.build
rc403a2d r749056a 1 645 21 6451 -
npl/fileserver/samba_conf/samba_conf.md5
rc403a2d r749056a 1 fbc2460f5067c21a9e1271151d76406f./root/etc/postinst.d/post.samba1 784f7ea0934c95d4518fd446b146a083 ./root/etc/postinst.d/post.samba 2 2 c473d0d177dab192550848c30d7cbbcb ./root/home/shares/netlogon/logon.bat.new 3 3 38d7df09b3968b369c7b43a5cde5856e ./root/home/system/cups/cupsd.conf.default.new … … 16 16 a94682b32e8f1f709ed4c22997d5c0a7 ./root/service/smbd/run 17 17 7f4de4630eb70bfe77bd7ccea504230f ./root/service/winbindd/run 18 6ce96a0ec5bd4c6af6c30bdb3ffbcebe./samba_conf.pkg18 9ed27621e83be249532912c74760d061 ./samba_conf.pkg 19 19 ca70f70bd0e82246686e746c7bf20e21 ./samba_conf.SlackBuild 20 532c2fda6e086cbf8df8d7c52370cae0./samba_conf.SlackBuild.log.gz20 f0415c41b574991ade5595f0a7869122 ./samba_conf.SlackBuild.log.gz
Note: See TracChangeset
for help on using the changeset viewer.