summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1998-09-06 05:50:18 +0000
committerJohn Terpstra <jht@samba.org>1998-09-06 05:50:18 +0000
commitc9a9fd131ba65cfde3a20d0ff5ff690064ef6c99 (patch)
tree168e0b37561fb66b987619d13a6ee6d272a26f71 /packaging
parentc83f3775cd8a7aad13571926cdd5949a07538771 (diff)
downloadsamba-c9a9fd131ba65cfde3a20d0ff5ff690064ef6c99.tar.gz
samba-c9a9fd131ba65cfde3a20d0ff5ff690064ef6c99.tar.xz
samba-c9a9fd131ba65cfde3a20d0ff5ff690064ef6c99.zip
Adding header and footer html files for SWAT, adding samba.gif file too.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RedHat/samba2.spec.tmpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl
index 8ab7a016438..cc6e8bc33ca 100644
--- a/packaging/RedHat/samba2.spec.tmpl
+++ b/packaging/RedHat/samba2.spec.tmpl
@@ -85,7 +85,7 @@ mkdir -p $RPM_BUILD_ROOT/etc/{logrotate.d,pam.d}
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/{init.d,rc0.d,rc1.d,rc2.d,rc3.d,rc5.d,rc6.d}
mkdir -p $RPM_BUILD_ROOT/home/samba
mkdir -p $RPM_BUILD_ROOT/usr/{bin,sbin}
-mkdir -p $RPM_BUILD_ROOT/usr/share/swat/{images,help}
+mkdir -p $RPM_BUILD_ROOT/usr/share/swat/{images,help,include}
mkdir -p $RPM_BUILD_ROOT/usr/man/{man1,man5,man7,man8}
mkdir -p $RPM_BUILD_ROOT/var/lock/samba
mkdir -p $RPM_BUILD_ROOT/var/log/samba
@@ -129,6 +129,10 @@ for i in swat/images/*.{jpg,gif}
do
install -m644 $i $RPM_BUILD_ROOT/usr/share/swat/images
done
+for i in swat/include/*.html
+do
+install -m644 $i $RPM_BUILD_ROOT/usr/share/swat/include
+done
# Install the miscellany
install -m644 swat/README $RPM_BUILD_ROOT/usr/share/swat
@@ -229,8 +233,11 @@ mv $tmpfile services
%attr(-,root,root) /usr/share/swat/images/home.gif
%attr(-,root,root) /usr/share/swat/images/printers.gif
%attr(-,root,root) /usr/share/swat/images/shares.gif
+%attr(-,root,root) /usr/share/swat/images/samba.gif
%attr(-,root,root) /usr/share/swat/images/status.gif
%attr(-,root,root) /usr/share/swat/images/viewconfig.gif
+%attr(-,root,root) /usr/share/swat/include/header.html
+%attr(-,root,root) /usr/share/swat/include/footer.html
%attr(-,root,root) %config /etc/lmhosts
%attr(-,root,root) %config /etc/smb.conf
%attr(-,root,root) %config /etc/smbusers