summaryrefslogtreecommitdiff
path: root/package/lsof/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-28 19:35:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-28 19:35:59 +0200
commite4531a8290a9a38c6e615f0d0392b86cd53d2a25 (patch)
tree30eb2be4b030d25676378c63a65474572dcb562f /package/lsof/patches
parent68b275d9ba7931f1ed67aac3a751d0b4a7922d98 (diff)
check for uncommitted changes in /etc
When using reboot, halt or poweroff check for uncommittet changes in /etc on a cfgfs enabled system. When installing packages via ipkg, check afterwards if any uncommittet changes left.
Diffstat (limited to 'package/lsof/patches')
-rw-r--r--package/lsof/patches/patch-Configure.orig30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/lsof/patches/patch-Configure.orig b/package/lsof/patches/patch-Configure.orig
deleted file mode 100644
index 934d2f7fe..000000000
--- a/package/lsof/patches/patch-Configure.orig
+++ /dev/null
@@ -1,30 +0,0 @@
---- lsof_4.83_src.orig/Configure 2010-01-18 20:01:14.000000000 +0100
-+++ lsof_4.83_src/Configure 2010-07-28 15:37:18.304500970 +0200
-@@ -2735,27 +2735,6 @@ return(0); }
- then
- LSOF_CFGF="$LSOF_CFGF -DHASIPv6"
- fi # }
--
-- # Test for SELinux support.
--
-- LSOF_TMP1=0
-- if test "X$LINUX_HASSELINUX" = "X" # {
-- then
-- if test -r ${LSOF_INCLUDE}/selinux/selinux.h # {
-- then
-- LSOF_TMP1=1
-- fi # }
-- else
-- if test "X$LINUX_HASSELINUX" = "XY" -o "X$LINUX_HASSELINUX" = "Xy" # {
-- then
-- LSOF_TMP1=1
-- fi # }
-- fi # }
-- if test $LSOF_TMP1 -eq 1 # {
-- then
-- LSOF_CFGF="$LSOF_CFGF -DHASSELINUX"
-- LSOF_CFGL="$LSOF_CFGL -lselinux"
-- fi # }
- LSOF_DIALECT_DIR="linux"
- LSOF_CFGF="$LSOF_CFGF -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE"
- ;;