summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authord. johnson <fenris02@fedoraproject.org>2013-12-22 21:10:30 -0600
committerd. johnson <fenris02@fedoraproject.org>2013-12-22 21:10:30 -0600
commitd9b538babe8659143fd117cbf853799e047aee8a (patch)
tree50c9dab071c4080b2c109e48cc523af081d92cee
parent15c69d4201f1b43d315780409392f8707a03cf3c (diff)
downloadcleanup-d9b538babe8659143fd117cbf853799e047aee8a.tar.gz
cleanup-d9b538babe8659143fd117cbf853799e047aee8a.tar.xz
cleanup-d9b538babe8659143fd117cbf853799e047aee8a.zip
Added FPO wiki page because plone is unreliable.
-rw-r--r--README.txt1
-rwxr-xr-xdistro-clean.sh1
-rwxr-xr-xreset-perms.sh1
-rwxr-xr-xreset-selinux.sh1
-rwxr-xr-xrpm-verify.sh2
-rwxr-xr-xshow-leaves.sh1
6 files changed, 7 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 0b6e8e3..811e8c9 100644
--- a/README.txt
+++ b/README.txt
@@ -4,6 +4,7 @@
#
Script version of http://fedorasolved.org/Members/fenris02/post_upgrade_cleanup
+Mirrored on https://fedoraproject.org/wiki/User:Fenris02/Distribution_upgrades_and_cleaning_up_after_them
Access URLs:
Git-Web: http://fedorapeople.org/cgit/fenris02/public_git/cleanup.git/tree/
diff --git a/distro-clean.sh b/distro-clean.sh
index a843208..5400557 100755
--- a/distro-clean.sh
+++ b/distro-clean.sh
@@ -1,6 +1,7 @@
#!/bin/bash
# Script version of http://fedorasolved.org/Members/fenris02/post_upgrade_cleanup
+# Mirrored on https://fedoraproject.org/wiki/User:Fenris02/Distribution_upgrades_and_cleaning_up_after_them
# Do not set TMPDIR to any tmpfs mount, these files should remain after boot.
TMPDIR=/root/tmp
diff --git a/reset-perms.sh b/reset-perms.sh
index c6bf421..9ba19db 100755
--- a/reset-perms.sh
+++ b/reset-perms.sh
@@ -1,6 +1,7 @@
#!/bin/bash
# Partial script version of http://fedorasolved.org/Members/fenris02/post_upgrade_cleanup
+# Mirrored on https://fedoraproject.org/wiki/User:Fenris02/Distribution_upgrades_and_cleaning_up_after_them
VERBOSE=1
DS=$(/bin/date +%Y%m%d)
diff --git a/reset-selinux.sh b/reset-selinux.sh
index 7cd7848..a95c579 100755
--- a/reset-selinux.sh
+++ b/reset-selinux.sh
@@ -1,6 +1,7 @@
#!/bin/bash
# Partial script version of http://fedorasolved.org/Members/fenris02/post_upgrade_cleanup
+# Mirrored on https://fedoraproject.org/wiki/User:Fenris02/Distribution_upgrades_and_cleaning_up_after_them
DS=$(/bin/date +%Y%m%d)
LANG=C
diff --git a/rpm-verify.sh b/rpm-verify.sh
index 9225567..48808db 100755
--- a/rpm-verify.sh
+++ b/rpm-verify.sh
@@ -1,6 +1,8 @@
#!/bin/bash
# Partial script version of http://fedorasolved.org/Members/fenris02/post_upgrade_cleanup
+# Mirrored on https://fedoraproject.org/wiki/User:Fenris02/Distribution_upgrades_and_cleaning_up_after_them
+
LANG=C
if [ "$(/usr/bin/whoami)" != "root" ]; then
echo "Must be run as root."
diff --git a/show-leaves.sh b/show-leaves.sh
index 18a7c6a..89ba466 100755
--- a/show-leaves.sh
+++ b/show-leaves.sh
@@ -1,6 +1,7 @@
#!/bin/bash
# Partial script version of http://fedorasolved.org/Members/fenris02/post_upgrade_cleanup
+# Mirrored on https://fedoraproject.org/wiki/User:Fenris02/Distribution_upgrades_and_cleaning_up_after_them
DS=$(/bin/date +%Y%m%d)
LANG=C