- Timestamp:
- 06/17/17 12:11:15 (8 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 2bd9b8d
- Parents:
- 6f166c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/fileserver/samba_conf/root/etc/postinst.d/post.samba
r6f166c4 r68dd3db 3 3 #replace by symlink 4 4 if ! [ -L /etc/cups ]; then 5 mv /etc/cups /etc/cups.old6 5 ln -s /home/system/cups /etc/cups 2>/dev/null 7 6 fi 8 7 9 8 if ! [ -L /etc/samba ]; then 9 mv /etc/samba /etc/samba.old 10 10 ln -s /home/system/samba /etc/samba 2>/dev/null 11 11 fi
Note: See TracChangeset
for help on using the changeset viewer.