initial commit of file from CVS for smeserver-affa on Tue 10 Sep 11:19:50 BST 2024
This commit is contained in:
14
root/sbin/e-smith/affa-rpmlist.sh
Normal file
14
root/sbin/e-smith/affa-rpmlist.sh
Normal 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
|
||||
|
Reference in New Issue
Block a user