• Michael Shigorin's avatar
    initial domain-client feature · 5672e96c
    Michael Shigorin authored
    Based on m-p-d's domain-client pkglist and scripts from
    installer-feature-network-shares-client-stage3 package.
    
    Many thanks to boyarsh@ for his kind help to get this working.
    
    NB: this works on cubox but is not yet ready for installers!
    5672e96c
70-network-shares-nscd.sh 161 Bytes
#!/bin/sh
# bump name services caching time up

[ -s /etc/nscd.conf ] || exit 0

sed -i 's/\(positive-time-to-live[^0-9]*\)[0-9]*$/\1 31536000/g' /etc/nscd.conf