<feed xmlns='http://www.w3.org/2005/Atom'>
<title>systemtap-steved/initscript, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/'/>
<entry>
<title>Fix PR 11363 by using logrotate to ensure logfile doesn't grow too large.</title>
<updated>2010-03-09T17:51:10+00:00</updated>
<author>
<name>David Smith</name>
<email>dsmith@redhat.com</email>
</author>
<published>2010-03-09T17:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=962906a7bb0696f6e17a2f9fed0e6072627c1a71'/>
<id>962906a7bb0696f6e17a2f9fed0e6072627c1a71</id>
<content type='text'>
* initscript/logrotate.stap-server: Add logrotate config file to make sure
  stap-server logfile doesn't grow too large.
* systemtap.spec: Install logrotate config file.  Also follow
  &lt;https://fedoraproject.org/wiki/PackagingDrafts/Logfiles&gt; to correctly
  create the logfile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* initscript/logrotate.stap-server: Add logrotate config file to make sure
  stap-server logfile doesn't grow too large.
* systemtap.spec: Install logrotate config file.  Also follow
  &lt;https://fedoraproject.org/wiki/PackagingDrafts/Logfiles&gt; to correctly
  create the logfile.
</pre>
</div>
</content>
</entry>
<entry>
<title>PRs 11205, 11309: Specfile problems for stap-server:</title>
<updated>2010-03-08T20:21:46+00:00</updated>
<author>
<name>Dave Brolley</name>
<email>brolley@brolley-t60.(none)</email>
</author>
<published>2010-03-08T19:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=2648a9b4b8c6d513c7950a5cf309b4305f0cb494'/>
<id>2648a9b4b8c6d513c7950a5cf309b4305f0cb494</id>
<content type='text'>
- Use assigned gid/uid of 155/155 for stap-server.
- Create stap-server group in main systemtap rpm.
- Make uprobes runtime directory read/write/search by members
  of stap-server group in main systemtap rpm.
- Keep stap-server log in %{_localstatedir}/log/stap-server/log
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use assigned gid/uid of 155/155 for stap-server.
- Create stap-server group in main systemtap rpm.
- Make uprobes runtime directory read/write/search by members
  of stap-server group in main systemtap rpm.
- Keep stap-server log in %{_localstatedir}/log/stap-server/log
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in several text files</title>
<updated>2010-01-22T07:56:51+00:00</updated>
<author>
<name>Wenji Huang</name>
<email>wenji.huang@oracle.com</email>
</author>
<published>2010-01-22T07:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=b515db67ec9fff58d6c789e6e27c8e18ed01d6ce'/>
<id>b515db67ec9fff58d6c789e6e27c8e18ed01d6ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo: @bindir -&gt; @bindir@</title>
<updated>2009-12-22T00:42:57+00:00</updated>
<author>
<name>Dave Brolley</name>
<email>brolley@redhat.com</email>
</author>
<published>2009-12-22T00:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=d6df3d15c244688928d8ca46d779d658fa27583b'/>
<id>d6df3d15c244688928d8ca46d779d658fa27583b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PR 10905: initscript improvements.</title>
<updated>2009-12-22T00:26:16+00:00</updated>
<author>
<name>Dave Brolley</name>
<email>brolley@redhat.com</email>
</author>
<published>2009-12-22T00:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=600450900a5e98404c91104d2cb20cddce42838e'/>
<id>600450900a5e98404c91104d2cb20cddce42838e</id>
<content type='text'>
Make the stap-server initscript available as $bindir/stap-server
Reimplement the stap-server initscript as a thin wrapper around
$bindir/stap-server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the stap-server initscript available as $bindir/stap-server
Reimplement the stap-server initscript as a thin wrapper around
$bindir/stap-server.
</pre>
</div>
</content>
</entry>
<entry>
<title>Look for stap-start-server and stap-stop-server in libexec.</title>
<updated>2009-12-21T17:41:37+00:00</updated>
<author>
<name>Dave Brolley</name>
<email>brolley@redhat.com</email>
</author>
<published>2009-12-21T17:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=08098abb6b206dc3aea984f18b5054d34e015185'/>
<id>08098abb6b206dc3aea984f18b5054d34e015185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some tools (temporarily) still in $bindir.</title>
<updated>2009-12-18T21:49:48+00:00</updated>
<author>
<name>Dave Brolley</name>
<email>brolley@redhat.com</email>
</author>
<published>2009-12-18T21:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=26501b0ef1448ded46c97d8d9824204fa3472c5d'/>
<id>26501b0ef1448ded46c97d8d9824204fa3472c5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s/pkglibexecdir/libexecdir/systemtap/</title>
<updated>2009-12-18T21:40:03+00:00</updated>
<author>
<name>Dave Brolley</name>
<email>brolley@redhat.com</email>
</author>
<published>2009-12-18T21:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=657b222597add87451f4303de8ba98b33d5b7fb4'/>
<id>657b222597add87451f4303de8ba98b33d5b7fb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PR 10247 10276 10905: Infrastructure for moving underlying client/server tools to libexec.</title>
<updated>2009-12-18T21:22:01+00:00</updated>
<author>
<name>Dave Brolley</name>
<email>brolley@redhat.com</email>
</author>
<published>2009-12-18T21:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=961588fd58020a7c21e4a9c0c50bc5a5f26e4790'/>
<id>961588fd58020a7c21e4a9c0c50bc5a5f26e4790</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PR 10889: Reorganize client/server man pages. Document --unprivileged.</title>
<updated>2009-12-17T21:30:02+00:00</updated>
<author>
<name>Dave Brolley</name>
<email>brolley@redhat.com</email>
</author>
<published>2009-12-17T21:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=31f9baea9889376f76d3fcd8333d24a140e7226e'/>
<id>31f9baea9889376f76d3fcd8333d24a140e7226e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
