Lines 1-18
Link Here
|
1 |
@unexec %D/etc/rc.d/samba4wins.sh forcestop 2>/dev/null || true |
|
|
2 |
etc/samba4wins.conf.sample |
1 |
etc/samba4wins.conf.sample |
3 |
bin/nmblookup4 |
2 |
bin/nmblookup4 |
4 |
bin/ldbadd |
3 |
bin/ldbadd4 |
5 |
bin/ldbdel |
4 |
bin/ldbdel4 |
6 |
bin/ldbedit |
5 |
bin/ldbedit4 |
7 |
bin/ldbmodify |
6 |
bin/ldbmodify4 |
8 |
bin/ldbrename |
7 |
bin/ldbrename4 |
9 |
bin/ldbsearch |
8 |
bin/ldbsearch4 |
10 |
bin/samba3dump |
9 |
bin/samba3dump4 |
11 |
bin/smbscript |
10 |
bin/smbscript4 |
12 |
bin/smbstatus |
11 |
bin/smbstatus4 |
13 |
bin/smbtorture |
12 |
bin/smbtorture4 |
14 |
bin/testparm |
13 |
bin/testparm4 |
15 |
bin/winreg |
14 |
bin/winreg4 |
16 |
sbin/smbd4wins |
15 |
sbin/smbd4wins |
17 |
lib/samba4wins/lowcase.dat |
16 |
lib/samba4wins/lowcase.dat |
18 |
lib/samba4wins/upcase.dat |
17 |
lib/samba4wins/upcase.dat |
Lines 21-26
Link Here
|
21 |
%%PORTDOCS%%%%DOCSDIR%%/NEWS.txt |
20 |
%%PORTDOCS%%%%DOCSDIR%%/NEWS.txt |
22 |
%%PORTDOCS%%%%DOCSDIR%%/README.txt |
21 |
%%PORTDOCS%%%%DOCSDIR%%/README.txt |
23 |
%%PORTDOCS%%%%DOCSDIR%%/TODO.txt |
22 |
%%PORTDOCS%%%%DOCSDIR%%/TODO.txt |
|
|
23 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
24 |
%%DATADIR%%/js/auth.js |
24 |
%%DATADIR%%/js/auth.js |
25 |
%%DATADIR%%/js/base.js |
25 |
%%DATADIR%%/js/base.js |
26 |
%%DATADIR%%/js/encoder.js |
26 |
%%DATADIR%%/js/encoder.js |
Lines 40-51
Link Here
|
40 |
%%DATADIR%%/setup/provision_users.ldif |
40 |
%%DATADIR%%/setup/provision_users.ldif |
41 |
%%DATADIR%%/setup/schema.ldif |
41 |
%%DATADIR%%/setup/schema.ldif |
42 |
%%DATADIR%%/setup/secrets.ldif |
42 |
%%DATADIR%%/setup/secrets.ldif |
43 |
@dirrmtry lib/samba4wins/pkgconfig |
|
|
44 |
@dirrmtry private/tls |
45 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
46 |
@dirrm %%DATADIR%%/setup |
43 |
@dirrm %%DATADIR%%/setup |
47 |
@dirrm %%DATADIR%%/js |
44 |
@dirrm %%DATADIR%%/js |
48 |
@dirrm %%DATADIR%% |
45 |
@dirrm %%DATADIR%% |
|
|
46 |
@dirrmtry lib/samba4wins/pkgconfig |
49 |
@dirrm lib/samba4wins |
47 |
@dirrm lib/samba4wins |
50 |
@unexec echo "Warning: If you will *NOT* use this package anymore, please remove %%S4W_LOCKDIR%%/* manually." |
48 |
@unexec echo "Warning: If you will *NOT* use this package anymore, please remove %%S4W_LOCKDIR%%/* manually." |
51 |
@unexec echo "Warning: If you will *NOT* use this package anymore, please remove %%S4W_LOGDIR%%/* manually." |
49 |
@unexec echo "Warning: If you will *NOT* use this package anymore, please remove %%S4W_LOGDIR%%/* manually." |
|
|
50 |
@unexec %D/etc/rc.d/samba4wins.sh forcestop 2>/dev/null || true |