summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorShirish Kalele <kalele@samba.org>2002-01-04 17:41:37 +0000
committerShirish Kalele <kalele@samba.org>2002-01-04 17:41:37 +0000
commitef59b79c310eff07c4c9ed8e1b502de95a78b1cf (patch)
tree6aaf5fc45f066a0a87bab8ff73dc7569e3fda02e /packaging
parentd2b823b736dc1da7e6a4bf05bfe8bc69a17a1375 (diff)
downloadsamba-ef59b79c310eff07c4c9ed8e1b502de95a78b1cf.tar.gz
Fixing the packaging so that the Registry files are taken from the new
location under docs/Registry.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/Solaris/makepkg.sh10
-rw-r--r--packaging/Solaris/prototype.master12
2 files changed, 12 insertions, 10 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index b57e182e4a3..c819336dd40 100755
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -63,6 +63,16 @@ add_dynamic_entries()
fi
done
+ # Add the Registry files
+ echo "#\n# Registry files \n#"
+ echo d none samba/docs/Registry 0755 root other
+ cd $DISTR_BASE
+ list=`find docs/Registry -type f -name "*.reg" | grep -v "/CVS$"`
+ for regfile in $list
+ do
+ echo f none samba/$regfile=$regfile 0644 root other
+ done
+
# Add the manpages
echo "#\n# man pages \n#"
echo d none /usr ? ? ?
diff --git a/packaging/Solaris/prototype.master b/packaging/Solaris/prototype.master
index 423462f7da6..f4ed567673e 100644
--- a/packaging/Solaris/prototype.master
+++ b/packaging/Solaris/prototype.master
@@ -16,8 +16,8 @@ i r.swat=./r.swat
# Stuff that goes into the system areas of the filesystem.
#
d none /etc ? ? ?
-d initscript /etc/init.d ? ? ?
-f initscript /etc/init.d/samba.server=packaging/Solaris/samba.server 0744 root sys
+d none /etc/init.d ? ? ?
+f none /etc/init.d/samba.server=packaging/Solaris/samba.server 0744 root sys
d initscript /etc/rc3.d ? ? ?
s initscript /etc/rc3.d/S99samba.server=../init.d/samba.server
#
@@ -38,14 +38,6 @@ d none samba/docs 0755 root other
# Stuff that goes into lib
#
f none samba/lib/smb.conf.example=examples/smb.conf.default 0644 root other
-d none samba/lib/regeditscripts 0755 root other
-f none samba/lib/regeditscripts/NT4-Locking.reg=docs/NT4-Locking.reg 0444 root other
-f none samba/lib/regeditscripts/NT4_PlainPassword.reg=docs/NT4_PlainPassword.reg 0444 root other
-f none samba/lib/regeditscripts/Win95_PlainPassword.reg=docs/Win95_PlainPassword.reg 0444 root other
-f none samba/lib/regeditscripts/Win98_PlainPassword.reg=docs/Win98_PlainPassword.reg 0444 root other
-f none samba/lib/regeditscripts/Win9X-CacheHandling.reg=docs/Win9X-CacheHandling.reg 0444 root other
-f none samba/lib/regeditscripts/Win2000_PlainPassword.reg=docs/Win2000_PlainPassword.reg 0444 root other
-f none samba/lib/regeditscripts/WindowsTerminalServer.reg=docs/WindowsTerminalServer.reg 0444 root other
#
# Random files
f none samba/docs/Samba-HOWTO-Collection.pdf=docs/Samba-HOWTO-Collection.pdf 0644 root other