fix a few paths
[Samba.git] / packaging / Solaris / prototype.master
blob65af6deba3743cdb92d12ed7e1328106ff4d1a8c
2 # The static master prototype file for the Samba package.
3 # For files that can't be dynamically added to the prototype file at 
4 # package build time
6 # Information files.
7
8 i pkginfo=./pkginfo
9 i copyright=./copyright
10 i request=./request
11 i preremove=./preremove
12 i postinstall=./postinstall
13 i i.swat=./i.swat
14 i r.swat=./r.swat
16 # Stuff that goes into the system areas of the filesystem.
18 d none /etc ? ? ?
19 d none /etc/init.d ? ? ?
20 f none /etc/init.d/samba.server=packaging/Solaris/samba.server 0744 root sys
21 d initscript /etc/rc3.d ? ? ?
22 s initscript /etc/rc3.d/S99samba.server=../init.d/samba.server
23 d none /usr/local/ ? ? ?
24 d none /usr/local/lib ? ? ?
25 d none /usr/local/include ? ? ?
27 # Stuff to set up SWAT
29 d swat /etc/inet ? ? ?
30 e swat /etc/inet/services=packaging/Solaris/services ? ? ?
31 e swat /etc/inet/inetd.conf=packaging/Solaris/inetd.conf ? ? ?
33 # Create the samba subtree. (Usually /usr/local/samba )
35 d none samba 0755 root other
36 d none samba/var 0711 root other
37 d none samba/bin 0755 root other
38 d none samba/lib 0755 root other
39 d none samba/docs 0755 root other
40 d none samba/private 0700 root other
42 # Stuff that goes into lib
44 f none samba/lib/smb.conf.example=examples/smb.conf.default 0644 root other
46 # Random files 
47 f none samba/docs/Samba-HOWTO-Collection.pdf=docs/Samba-HOWTO-Collection.pdf 0644 root other
49 # Static part of prototype file ends.