Changeset 6f166c4 for npl/fileserver/samba_conf
- Timestamp:
- 06/16/17 15:10:25 (8 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 68dd3db
- Parents:
- 2fd27f0
- Location:
- npl/fileserver/samba_conf
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/fileserver/samba_conf/root/etc/postinst.d/post.samba
r2fd27f0 r6f166c4 1 1 #!/bin/sh 2 2 3 ln -s /home/system/samba /etc/samba 2>/dev/null 4 ln -s /home/system/cups /etc/cups 2>/dev/null 3 #replace by symlink 4 if ! [ -L /etc/cups ]; then 5 mv /etc/cups /etc/cups.old 6 ln -s /home/system/cups /etc/cups 2>/dev/null 7 fi 8 9 if ! [ -L /etc/samba ]; then 10 ln -s /home/system/samba /etc/samba 2>/dev/null 11 fi 5 12 6 13 -
npl/fileserver/samba_conf/samba_conf.build
r2fd27f0 r6f166c4 1 64 491 6450 -
npl/fileserver/samba_conf/samba_conf.md5
r2fd27f0 r6f166c4 1 15f46e8c83dce59f12980bef8cc424cf ./root/etc/postinst.d/post.samba1 a033a4ce66ababa9fd24f7112d8dddef ./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 fb44b6644391b58803cb08d04f902204./samba_conf.pkg18 403a14c31f024568be52f42360a41c3a ./samba_conf.pkg 19 19 ca70f70bd0e82246686e746c7bf20e21 ./samba_conf.SlackBuild 20 909f186b8858664ddb15c01be1fa1a27./samba_conf.SlackBuild.log.gz20 be0f0ea5beceea2976ba7400308ec519 ./samba_conf.SlackBuild.log.gz
Note: See TracChangeset
for help on using the changeset viewer.