OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
3 office 1 . /lib/samba/samba.sh
1 office 2  
3 office 3 samba_dev_filter $DEVNAME
4 [ "$FLAG_DEV_TYPE" = "not-mtd" ] || exit
1 office 5  
3 office 6 config_load samba
7 case $ACTION in
8 add) samba_add_section $DEVNAME;;
9 remove) samba_delete_section $DEVNAME;;
10 esac
11 uci commit samba