OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Feb-2003 15:52:43
Branch: HEAD Handle: 2003022614524200
Modified files:
openpkg-src/tsmc tsmc.spec
Log:
setuid root binary itself, not its wrapper script
Summary:
Revision Changes Path
1.34 +2 -2 openpkg-src/tsmc/tsmc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tsmc/tsmc.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 tsmc.spec
--- openpkg-src/tsmc/tsmc.spec 24 Feb 2003 09:35:37 -0000 1.33
+++ openpkg-src/tsmc/tsmc.spec 26 Feb 2003 14:52:42 -0000 1.34
@@ -33,7 +33,7 @@
Group: Converter
License: Commercial
Version: 5.1.5.14
-Release: 20030224
+Release: 20030226
# list of sources
Source0:
ftp://service.boulder.ibm.com/storage/tivoli-storage-management/patches/client/v5r1/Linux/Linux86/v515/TIVsm-BA.i386.rpm
@@ -145,7 +145,7 @@
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%config %{l_prefix}/etc/tsmc/*' \
- '%attr(4755,root,%{l_mgrp}) %{l_prefix}/bin/dsmtca'
+ '%attr(4755,root,%{l_mgrp}) %{l_prefix}/libexec/tsmc/dsmtca'
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]