Changeset 34953
- Timestamp:
- Aug 2, 2015, 2:09:35 PM (5 years ago)
- Location:
- ipk/source.mipsel/network_samba
- Files:
-
- 5 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.mipsel/network_samba/CONTROL/control
r31030 r34953 1 1 Package: titan-plugin-network-samba 2 Version: 3.0.372 Version: 1.0 3 3 Architecture: mipsel 4 4 Section: network 5 Description: Samba file server6 Showname: Samba Server 5 Description: Samba Server configuration update 6 Showname: Samba Server Configuration 7 7 Usepath: mnt -
ipk/source.mipsel/network_samba/CONTROL/postinst
r33712 r34953 4 4 echo INSTDIR: $INSTDIR 5 5 6 sed "s#_path_#$INSTDIR#g" -i "$INSTDIR/etc/init.d/samba"7 8 6 if [ -f /mnt/config/start-config ]; then 9 7 echo "enable samba autostart on /mnt/config/start-config" 10 8 sed s#"sambaserver=n"#"sambaserver=y"#g -i /mnt/config/start-config 11 fi12 13 echo "if not exist, use restore smb.conf"14 if [ ! -e /mnt/config/smb.conf ]; then15 cp /etc/titan.restore/mnt/config/smb.conf /mnt/config/smb.conf16 9 fi 17 10
Note: See TracChangeset
for help on using the changeset viewer.