initial commit of file from CVS for smeserver-affa on Tue 10 Sep 11:19:50 BST 2024

This commit is contained in:
2024-09-10 11:19:50 +01:00
parent 07b7b1b0d7
commit 5b2d8417a7
42 changed files with 7432 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
#
# This script is part of the smeserver-affa package
# Copyright (C) 2008 Michael Weinberger, neddix Stuttgart, Germany
#
#/usr/bin/yum --noplugins list installed\
#|/bin/grep "installed *$"\
#|/bin/sed -e 's/\./ /'\
#|/bin/awk '{printf "%s %s\n", $1,$3}'
#
# Fixing bug 9270: RPMCheck for SME9
/bin/rpm -qa --qf "%{NAME} %{VERSION}-%{RELEASE}\n" | sort -fu