- Timestamp:
- 06/16/17 15:10:25 (8 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 68dd3db
- Parents:
- 2fd27f0
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.