[Oval-commits] r385 - in trunk/oval-infrastructure: debian debian.agent debian.server

Pavel Vinogradov blaze-guest at alioth.debian.org
Thu Oct 2 18:20:37 UTC 2008


Author: blaze-guest
Date: 2008-10-02 18:20:37 +0000 (Thu, 02 Oct 2008)
New Revision: 385

Added:
   trunk/oval-infrastructure/debian/copyright
   trunk/oval-infrastructure/debian/dsa2oval.1
   trunk/oval-infrastructure/debian/oval-agent.default
   trunk/oval-infrastructure/debian/oval-agent.dirs
   trunk/oval-infrastructure/debian/oval-agent.docs
   trunk/oval-infrastructure/debian/oval-agent.install
   trunk/oval-infrastructure/debian/oval-agent.postinst
   trunk/oval-infrastructure/debian/oval-agent.postrm
   trunk/oval-infrastructure/debian/oval-monitor.1
   trunk/oval-infrastructure/debian/oval-server.1
   trunk/oval-infrastructure/debian/oval-server.default
Removed:
   trunk/oval-infrastructure/debian.agent/copyright
   trunk/oval-infrastructure/debian.agent/dirs
   trunk/oval-infrastructure/debian.agent/docs
   trunk/oval-infrastructure/debian.agent/install
   trunk/oval-infrastructure/debian.agent/oval-agent.default
   trunk/oval-infrastructure/debian.agent/postinst
   trunk/oval-infrastructure/debian.agent/postrm
   trunk/oval-infrastructure/debian.server/dsa2oval.1
   trunk/oval-infrastructure/debian.server/oval-monitor.1
   trunk/oval-infrastructure/debian.server/oval-server.1
   trunk/oval-infrastructure/debian.server/oval-server.default
Log:
Merge Debian dirs

Copied: trunk/oval-infrastructure/debian/copyright (from rev 383, trunk/oval-infrastructure/debian.agent/copyright)
===================================================================
--- trunk/oval-infrastructure/debian/copyright	                        (rev 0)
+++ trunk/oval-infrastructure/debian/copyright	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1,26 @@
+This is oval-agent, written and maintained by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>
+on Thu, 23 Aug 2007 17:37:09 +0500.
+
+The original source can always be found at:
+	ftp://ftp.debian.org/dists/unstable/main/source/
+
+Copyright Holder:  Pavel Vinogradov
+
+License:
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this package; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.


Property changes on: trunk/oval-infrastructure/debian/copyright
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/oval-infrastructure/debian/dsa2oval.1 (from rev 383, trunk/oval-infrastructure/debian.server/dsa2oval.1)
===================================================================
--- trunk/oval-infrastructure/debian/dsa2oval.1	                        (rev 0)
+++ trunk/oval-infrastructure/debian/dsa2oval.1	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1,45 @@
+.TH dsa2oval 1 "August 31, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+dsa2oval \- tool for convert DSA to OVAL definitions
+.SH SYNOPSIS
+.B dsa2oval
+[\-hv] [\-d directory | -f filename]
+.SH DESCRIPTION
+.B dsa2oval
+tool to conversion DSA. It may used to convert partcular DSA or some
+hieararhy of DSA repository.
+.PP
+.SH OPTIONS
+.TP
+.B \-h
+Show summary of options.
+.TP
+.B \-v
+Verbose mode.
+.TP
+.B \-d directory
+Path to directory, which stored DSA repository.
+.TP
+.B \-f filename
+Path to DSA file.
+.SH SEE ALSO
+.BR ovaldi (1),
+.BR oval-server (1).
+.br
+.SH AUTHOR
+dsa2oval was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>.
+.PP
+This manual page was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>,
+for the Debian project (but may be used by others).


Property changes on: trunk/oval-infrastructure/debian/dsa2oval.1
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/oval-infrastructure/debian/oval-agent.default (from rev 383, trunk/oval-infrastructure/debian.agent/oval-agent.default)
===================================================================
--- trunk/oval-infrastructure/debian/oval-agent.default	                        (rev 0)
+++ trunk/oval-infrastructure/debian/oval-agent.default	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1,25 @@
+# Defaults for oval-agent initscript
+# sourced by /etc/init.d/oval-agent
+# installed at /etc/default/oval-agent by the maintainer scripts
+
+#
+# This is a POSIX shell fragment
+#
+
+# Additional options that are passed to the Daemon.
+DAEMON_OPTS=""
+
+# Enable
+#
+# Whether to start the oval-agent in daemon mode from the init.d script.
+# The only allowed values are "true" and "false".
+#
+
+OVALAGENT_ENABLE=false
+
+# Configuration File
+#
+# The configuration file to use.
+#
+
+OVALAGENT_CONFIG_FILE=/etc/oval/agent.conf


Property changes on: trunk/oval-infrastructure/debian/oval-agent.default
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/oval-infrastructure/debian/oval-agent.dirs (from rev 383, trunk/oval-infrastructure/debian.agent/dirs)
===================================================================
--- trunk/oval-infrastructure/debian/oval-agent.dirs	                        (rev 0)
+++ trunk/oval-infrastructure/debian/oval-agent.dirs	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1,5 @@
+usr/bin
+etc/init.d
+etc/oval
+var/log/oval
+var/cache/oval-agent/definitions


Property changes on: trunk/oval-infrastructure/debian/oval-agent.dirs
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/oval-infrastructure/debian/oval-agent.docs (from rev 383, trunk/oval-infrastructure/debian.agent/docs)
===================================================================
--- trunk/oval-infrastructure/debian/oval-agent.docs	                        (rev 0)
+++ trunk/oval-infrastructure/debian/oval-agent.docs	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1 @@
+README


Property changes on: trunk/oval-infrastructure/debian/oval-agent.docs
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/oval-infrastructure/debian/oval-agent.install (from rev 383, trunk/oval-infrastructure/debian.agent/install)
===================================================================
--- trunk/oval-infrastructure/debian/oval-agent.install	                        (rev 0)
+++ trunk/oval-infrastructure/debian/oval-agent.install	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1 @@
+agent.conf etc/oval


Property changes on: trunk/oval-infrastructure/debian/oval-agent.install
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/oval-infrastructure/debian/oval-agent.postinst (from rev 383, trunk/oval-infrastructure/debian.agent/postinst)
===================================================================
--- trunk/oval-infrastructure/debian/oval-agent.postinst	                        (rev 0)
+++ trunk/oval-infrastructure/debian/oval-agent.postinst	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1,62 @@
+#!/bin/sh
+# postinst script for oval-agent
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure)
+	if ! getent group oval > /dev/null; then
+		addgroup oval
+	fi
+	
+        # (jfs) BUG: Should be improved (see Debian security manual)
+	if ! getent passwd oval-agent >/dev/null; then
+		adduser --quiet --system --no-create-home \
+			--home /var/cache/oval-agent --disabled-password \
+			--disabled-login --shell /bin/false --ingroup oval \
+			oval-agent
+	fi
+
+        # (jfs) BUG: Directories should not need to be created here
+        # but be part of the package
+	mkdir -p /var/cache/oval-agent
+	mkdir -p /var/cache/oval-agent/definitions
+	mkdir -p /var/cache/oval-agent/results
+	chown -R oval-agent:oval /var/log/oval
+	chown -R oval-agent:oval /var/cache/oval-agent 
+	chmod -R 775 /var/log/oval
+	chmod -R 775 /var/cache/oval-agent
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+


Property changes on: trunk/oval-infrastructure/debian/oval-agent.postinst
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/oval-infrastructure/debian/oval-agent.postrm (from rev 383, trunk/oval-infrastructure/debian.agent/postrm)
===================================================================
--- trunk/oval-infrastructure/debian/oval-agent.postrm	                        (rev 0)
+++ trunk/oval-infrastructure/debian/oval-agent.postrm	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1,52 @@
+#!/bin/sh
+# postrm script for oval-agent
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postrm> `remove'
+#        * <postrm> `purge'
+#        * <old-postrm> `upgrade' <new-version>
+#        * <new-postrm> `failed-upgrade' <old-version>
+#        * <new-postrm> `abort-install'
+#        * <new-postrm> `abort-install' <old-version>
+#        * <new-postrm> `abort-upgrade' <old-version>
+#        * <disappearer's-postrm> `disappear' <overwriter>
+#          <overwriter-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+case "$1" in
+    purge)
+   	rm -rf /var/cache/oval-agent
+    ;;
+
+    remove)
+	rm -rf /var/log/oval/oval-agent.log
+	
+        # (jfs) BUG: This check should be more strict, this user
+        # might have been created by the user but not by the package
+        # also, it makes more sense to have an oval-agent and oval-server
+        # users so that they do not overlap
+	if id oval-agent >/dev/null; then
+		deluser oval-agent
+	fi
+    ;;
+
+    upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    ;;
+
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
\ No newline at end of file


Property changes on: trunk/oval-infrastructure/debian/oval-agent.postrm
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/oval-infrastructure/debian/oval-monitor.1 (from rev 383, trunk/oval-infrastructure/debian.server/oval-monitor.1)
===================================================================
--- trunk/oval-infrastructure/debian/oval-monitor.1	                        (rev 0)
+++ trunk/oval-infrastructure/debian/oval-monitor.1	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1,49 @@
+.TH oval-monitor 1 "August 31, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+oval-monitor \- program that generate reports about agents status
+.SH SYNOPSIS
+.B oval-agent
+[\-h] [\-c filename] [\-v] [\-a <agent ip>] [\-d <DSA id>]
+.SH DESCRIPTION
+.B oval-monitor
+tool to generate reports based on
+.B oval-server
+database. Currently support three reports - general, agent and definition.
+.PP
+.SH OPTIONS
+.TP
+.B \-h
+Show summary of options.
+.TP
+.B \-c filename
+Path to configuration file
+.TP
+.B \-v
+Show version of program.
+.TP
+.B \-a <agent ip>
+Generate agent report for selected agent.
+.TP
+.B \-d <DSA id>
+Generate definition report for selected DSA.
+.SH SEE ALSO
+.BR oval-agent (1),
+.BR oval-server (1).
+.br
+.SH AUTHOR
+oval-monitor was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>.
+.PP
+This manual page was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>,
+for the Debian project (but may be used by others).


Property changes on: trunk/oval-infrastructure/debian/oval-monitor.1
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/oval-infrastructure/debian/oval-server.1 (from rev 383, trunk/oval-infrastructure/debian.server/oval-server.1)
===================================================================
--- trunk/oval-infrastructure/debian/oval-server.1	                        (rev 0)
+++ trunk/oval-infrastructure/debian/oval-server.1	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1,43 @@
+.TH oval-server 1 "August 31, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+oval-server \- program that generate OVAL definitions, send them to agents and store results
+.SH SYNOPSIS
+.B oval-server
+[\-h] [\-c filename] [\-v]
+.SH DESCRIPTION
+.B oval-server
+daemon was developed to automize generation of OVAL definitions and distribute them to agents and store result of evalution. This result may be queried by
+.B oval-monitor
+tool.
+.PP
+.SH OPTIONS
+.TP
+.B \-h
+Show summary of options.
+.TP
+.B \-c filename
+Path to configuration file
+.TP
+.B \-v
+Show version of program.
+.SH SEE ALSO
+.BR oval-agent (1),
+.BR oval-monitor (1).
+.br
+.SH AUTHOR
+oval-server was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>.
+.PP
+This manual page was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>,
+for the Debian project (but may be used by others).


Property changes on: trunk/oval-infrastructure/debian/oval-server.1
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/oval-infrastructure/debian/oval-server.default (from rev 383, trunk/oval-infrastructure/debian.server/oval-server.default)
===================================================================
--- trunk/oval-infrastructure/debian/oval-server.default	                        (rev 0)
+++ trunk/oval-infrastructure/debian/oval-server.default	2008-10-02 18:20:37 UTC (rev 385)
@@ -0,0 +1,25 @@
+# Defaults for oval-server initscript
+# sourced by /etc/init.d/oval-server
+# installed at /etc/default/oval-server by the maintainer scripts
+
+#
+# This is a POSIX shell fragment
+#
+
+# Additional options that are passed to the Daemon.
+DAEMON_OPTS=""
+
+# Enable
+#
+# Whether to start the oval-server in daemon mode from the init.d script.
+# The only allowed values are "true" and "false".
+#
+
+OVALSERVER_ENABLE=false
+
+# Configuration File
+#
+# The configuration file to use.
+#
+
+OVALSERVER_CONFIG_FILE=/etc/oval/server.conf


Property changes on: trunk/oval-infrastructure/debian/oval-server.default
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: trunk/oval-infrastructure/debian.agent/copyright
===================================================================
--- trunk/oval-infrastructure/debian.agent/copyright	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.agent/copyright	2008-10-02 18:20:37 UTC (rev 385)
@@ -1,26 +0,0 @@
-This is oval-agent, written and maintained by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>
-on Thu, 23 Aug 2007 17:37:09 +0500.
-
-The original source can always be found at:
-	ftp://ftp.debian.org/dists/unstable/main/source/
-
-Copyright Holder:  Pavel Vinogradov
-
-License:
-
-  This program is free software; you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License
-  along with this package; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.

Deleted: trunk/oval-infrastructure/debian.agent/dirs
===================================================================
--- trunk/oval-infrastructure/debian.agent/dirs	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.agent/dirs	2008-10-02 18:20:37 UTC (rev 385)
@@ -1,5 +0,0 @@
-usr/bin
-etc/init.d
-etc/oval
-var/log/oval
-var/cache/oval-agent/definitions

Deleted: trunk/oval-infrastructure/debian.agent/docs
===================================================================
--- trunk/oval-infrastructure/debian.agent/docs	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.agent/docs	2008-10-02 18:20:37 UTC (rev 385)
@@ -1 +0,0 @@
-README

Deleted: trunk/oval-infrastructure/debian.agent/install
===================================================================
--- trunk/oval-infrastructure/debian.agent/install	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.agent/install	2008-10-02 18:20:37 UTC (rev 385)
@@ -1 +0,0 @@
-agent.conf etc/oval

Deleted: trunk/oval-infrastructure/debian.agent/oval-agent.default
===================================================================
--- trunk/oval-infrastructure/debian.agent/oval-agent.default	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.agent/oval-agent.default	2008-10-02 18:20:37 UTC (rev 385)
@@ -1,25 +0,0 @@
-# Defaults for oval-agent initscript
-# sourced by /etc/init.d/oval-agent
-# installed at /etc/default/oval-agent by the maintainer scripts
-
-#
-# This is a POSIX shell fragment
-#
-
-# Additional options that are passed to the Daemon.
-DAEMON_OPTS=""
-
-# Enable
-#
-# Whether to start the oval-agent in daemon mode from the init.d script.
-# The only allowed values are "true" and "false".
-#
-
-OVALAGENT_ENABLE=false
-
-# Configuration File
-#
-# The configuration file to use.
-#
-
-OVALAGENT_CONFIG_FILE=/etc/oval/agent.conf

Deleted: trunk/oval-infrastructure/debian.agent/postinst
===================================================================
--- trunk/oval-infrastructure/debian.agent/postinst	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.agent/postinst	2008-10-02 18:20:37 UTC (rev 385)
@@ -1,62 +0,0 @@
-#!/bin/sh
-# postinst script for oval-agent
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <postinst> `abort-remove'
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-    configure)
-	if ! getent group oval > /dev/null; then
-		addgroup oval
-	fi
-	
-        # (jfs) BUG: Should be improved (see Debian security manual)
-	if ! getent passwd oval-agent >/dev/null; then
-		adduser --quiet --system --no-create-home \
-			--home /var/cache/oval-agent --disabled-password \
-			--disabled-login --shell /bin/false --ingroup oval \
-			oval-agent
-	fi
-
-        # (jfs) BUG: Directories should not need to be created here
-        # but be part of the package
-	mkdir -p /var/cache/oval-agent
-	mkdir -p /var/cache/oval-agent/definitions
-	mkdir -p /var/cache/oval-agent/results
-	chown -R oval-agent:oval /var/log/oval
-	chown -R oval-agent:oval /var/cache/oval-agent 
-	chmod -R 775 /var/log/oval
-	chmod -R 775 /var/cache/oval-agent
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-

Deleted: trunk/oval-infrastructure/debian.agent/postrm
===================================================================
--- trunk/oval-infrastructure/debian.agent/postrm	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.agent/postrm	2008-10-02 18:20:37 UTC (rev 385)
@@ -1,52 +0,0 @@
-#!/bin/sh
-# postrm script for oval-agent
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <overwriter>
-#          <overwriter-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-case "$1" in
-    purge)
-   	rm -rf /var/cache/oval-agent
-    ;;
-
-    remove)
-	rm -rf /var/log/oval/oval-agent.log
-	
-        # (jfs) BUG: This check should be more strict, this user
-        # might have been created by the user but not by the package
-        # also, it makes more sense to have an oval-agent and oval-server
-        # users so that they do not overlap
-	if id oval-agent >/dev/null; then
-		deluser oval-agent
-	fi
-    ;;
-
-    upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
\ No newline at end of file

Deleted: trunk/oval-infrastructure/debian.server/dsa2oval.1
===================================================================
--- trunk/oval-infrastructure/debian.server/dsa2oval.1	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.server/dsa2oval.1	2008-10-02 18:20:37 UTC (rev 385)
@@ -1,45 +0,0 @@
-.TH dsa2oval 1 "August 31, 2007"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-dsa2oval \- tool for convert DSA to OVAL definitions
-.SH SYNOPSIS
-.B dsa2oval
-[\-hv] [\-d directory | -f filename]
-.SH DESCRIPTION
-.B dsa2oval
-tool to conversion DSA. It may used to convert partcular DSA or some
-hieararhy of DSA repository.
-.PP
-.SH OPTIONS
-.TP
-.B \-h
-Show summary of options.
-.TP
-.B \-v
-Verbose mode.
-.TP
-.B \-d directory
-Path to directory, which stored DSA repository.
-.TP
-.B \-f filename
-Path to DSA file.
-.SH SEE ALSO
-.BR ovaldi (1),
-.BR oval-server (1).
-.br
-.SH AUTHOR
-dsa2oval was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>.
-.PP
-This manual page was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>,
-for the Debian project (but may be used by others).

Deleted: trunk/oval-infrastructure/debian.server/oval-monitor.1
===================================================================
--- trunk/oval-infrastructure/debian.server/oval-monitor.1	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.server/oval-monitor.1	2008-10-02 18:20:37 UTC (rev 385)
@@ -1,49 +0,0 @@
-.TH oval-monitor 1 "August 31, 2007"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-oval-monitor \- program that generate reports about agents status
-.SH SYNOPSIS
-.B oval-agent
-[\-h] [\-c filename] [\-v] [\-a <agent ip>] [\-d <DSA id>]
-.SH DESCRIPTION
-.B oval-monitor
-tool to generate reports based on
-.B oval-server
-database. Currently support three reports - general, agent and definition.
-.PP
-.SH OPTIONS
-.TP
-.B \-h
-Show summary of options.
-.TP
-.B \-c filename
-Path to configuration file
-.TP
-.B \-v
-Show version of program.
-.TP
-.B \-a <agent ip>
-Generate agent report for selected agent.
-.TP
-.B \-d <DSA id>
-Generate definition report for selected DSA.
-.SH SEE ALSO
-.BR oval-agent (1),
-.BR oval-server (1).
-.br
-.SH AUTHOR
-oval-monitor was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>.
-.PP
-This manual page was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>,
-for the Debian project (but may be used by others).

Deleted: trunk/oval-infrastructure/debian.server/oval-server.1
===================================================================
--- trunk/oval-infrastructure/debian.server/oval-server.1	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.server/oval-server.1	2008-10-02 18:20:37 UTC (rev 385)
@@ -1,43 +0,0 @@
-.TH oval-server 1 "August 31, 2007"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-oval-server \- program that generate OVAL definitions, send them to agents and store results
-.SH SYNOPSIS
-.B oval-server
-[\-h] [\-c filename] [\-v]
-.SH DESCRIPTION
-.B oval-server
-daemon was developed to automize generation of OVAL definitions and distribute them to agents and store result of evalution. This result may be queried by
-.B oval-monitor
-tool.
-.PP
-.SH OPTIONS
-.TP
-.B \-h
-Show summary of options.
-.TP
-.B \-c filename
-Path to configuration file
-.TP
-.B \-v
-Show version of program.
-.SH SEE ALSO
-.BR oval-agent (1),
-.BR oval-monitor (1).
-.br
-.SH AUTHOR
-oval-server was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>.
-.PP
-This manual page was written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>,
-for the Debian project (but may be used by others).

Deleted: trunk/oval-infrastructure/debian.server/oval-server.default
===================================================================
--- trunk/oval-infrastructure/debian.server/oval-server.default	2008-10-02 18:15:37 UTC (rev 384)
+++ trunk/oval-infrastructure/debian.server/oval-server.default	2008-10-02 18:20:37 UTC (rev 385)
@@ -1,25 +0,0 @@
-# Defaults for oval-server initscript
-# sourced by /etc/init.d/oval-server
-# installed at /etc/default/oval-server by the maintainer scripts
-
-#
-# This is a POSIX shell fragment
-#
-
-# Additional options that are passed to the Daemon.
-DAEMON_OPTS=""
-
-# Enable
-#
-# Whether to start the oval-server in daemon mode from the init.d script.
-# The only allowed values are "true" and "false".
-#
-
-OVALSERVER_ENABLE=false
-
-# Configuration File
-#
-# The configuration file to use.
-#
-
-OVALSERVER_CONFIG_FILE=/etc/oval/server.conf




More information about the Oval-commits mailing list