Ignore:
Timestamp:
06/17/17 12:11:15 (8 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, perl-5.22
Children:
2bd9b8d
Parents:
6f166c4
Message:

symlink fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/fileserver/samba_conf/root/etc/postinst.d/post.samba

    r6f166c4 r68dd3db  
    33#replace by symlink
    44if ! [ -L /etc/cups ]; then
    5         mv /etc/cups /etc/cups.old
    65        ln -s /home/system/cups /etc/cups 2>/dev/null
    76fi
    87
    98if ! [ -L /etc/samba ]; then
     9        mv /etc/samba /etc/samba.old
    1010        ln -s /home/system/samba /etc/samba 2>/dev/null
    1111fi
Note: See TracChangeset for help on using the changeset viewer.