Changeset 34958 for ipk/source.mipsel
- Timestamp:
- 08/02/15 19:20:50 (8 years ago)
- Location:
- ipk/source.mipsel/network_samba
- Files:
-
- 2 added
- 2 deleted
- 7 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.mipsel/network_samba/CONTROL/postinst
r34956 r34958 15 15 16 16 echo "start samba" 17 $INSTDIR/etc/init.d/samba restart17 /etc/init.d/samba restart 18 18 19 19 exit 0 -
ipk/source.mipsel/network_samba/CONTROL/postrm
r30483 r34958 1 1 #!/bin/sh 2 2 INSTDIR="$1" 3 4 rm -rf $INSTDIR/var/bin/smbd > /dev/null 2>&15 rm -rf $INSTDIR/var/bin/nmbd > /dev/null 2>&16 3 7 4 if [ -f /mnt/config/start-config ]; then -
ipk/source.mipsel/network_samba/CONTROL/prerm
r30421 r34958 1 1 #!/bin/sh 2 2 3 killall -9 smbd > /dev/null 2>&1 4 killall -9 nmbd > /dev/null 2>&1 3 /etc/init.d/samba stop 5 4 6 5 exit 0 -
ipk/source.mipsel/network_samba/etc/avahi/services/sftp-ssh.service
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
ipk/source.mipsel/network_samba/etc/avahi/services/smb.service
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
ipk/source.mipsel/network_samba/etc/avahi/services/ssh.service
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
-
ipk/source.mipsel/network_samba/mnt/config/smb.conf
-
Property
svn:executable
set to
*
-
Property
svn:executable
set to
Note: See TracChangeset
for help on using the changeset viewer.