diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-03 14:58:28 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-03 14:58:28 +0000 |
commit | c32b6a0caf95f8a9e36d01c540366846535c046c (patch) | |
tree | 45fe49bf00763d8d740c8c92d451e7dee43027f9 /sys-process/lsof/files | |
parent | Stable on sparc (diff) | |
download | historical-c32b6a0caf95f8a9e36d01c540366846535c046c.tar.gz historical-c32b6a0caf95f8a9e36d01c540366846535c046c.tar.bz2 historical-c32b6a0caf95f8a9e36d01c540366846535c046c.zip |
Moved from sys-apps/lsof to sys-process/lsof.
Diffstat (limited to 'sys-process/lsof/files')
-rw-r--r-- | sys-process/lsof/files/4.73-answer-config.patch | 68 | ||||
-rw-r--r-- | sys-process/lsof/files/digest-lsof-4.71 | 1 | ||||
-rw-r--r-- | sys-process/lsof/files/digest-lsof-4.73 | 1 | ||||
-rw-r--r-- | sys-process/lsof/files/digest-lsof-4.74 | 1 |
4 files changed, 71 insertions, 0 deletions
diff --git a/sys-process/lsof/files/4.73-answer-config.patch b/sys-process/lsof/files/4.73-answer-config.patch new file mode 100644 index 000000000000..175aa6c4f519 --- /dev/null +++ b/sys-process/lsof/files/4.73-answer-config.patch @@ -0,0 +1,68 @@ +--- Configure.orig 2004-11-05 18:43:59.396409176 -0500 ++++ Configure 2004-11-05 18:47:23.086443584 -0500 +@@ -2177,3 +2177,3 @@ + fi # } +- LSOF_CFGF="-DLINUXV=$LSOF_VERS" ++ LSOF_CFGF="${CFLAGS} -DLINUXV=$LSOF_VERS" + if test $LSOF_VERS -lt 21072 # { +@@ -4083,3 +4083,3 @@ + echo "" >> $LSOF_MKFC +- echo "CFGL= $LSOF_FCFGL -L./$LSOF_LIB -llsof $LSOF_CFGL" >> $LSOF_MKFC ++ echo "CFGL= $LSOF_FCFGL -L./$LSOF_LIB -llsof $LSOF_CFGL ${LDFLAGS}" >> $LSOF_MKFC + fi # } +--- Customize.orig 2004-11-05 19:01:48.905819032 -0500 ++++ Customize 2004-11-05 19:05:33.349698376 -0500 +@@ -100,7 +100,7 @@ + do + echo "" + echo $EO "Do you want to customize (y|n) [y]? $EC" +- read ANS EXCESS ++ ANS=y + if test "X$ANS" = "Xn" -o "X$ANS" = "XN" + then + exit 0 +@@ -204,7 +204,7 @@ + else + echo $EO "Enable HASSECURITY (y|n) [n]? $EC" + fi +- read ANS EXCESS ++ ANS=y + if test "X$ANS" = "Xy" -o "X$ANS" = "XY" + then + echo "" +@@ -267,7 +267,7 @@ + else + echo $EO "Enable HASNOSOCKSECURITY (y|n) [n]? $EC" + fi +- read ANS EXCESS ++ ANS=y + if test "X$ANS" = "Xy" -o "X$ANS" = "XY" + then + echo "" +@@ -329,7 +329,7 @@ + else + echo $EO "Disable WARNINGSTATE? (y|n) [n]? $EC" + fi +- read ANS EXCESS ++ ANS=n + if test "X$ANS" = "Xy" -o "X$ANS" = "XY" + then + echo "" +@@ -918,7 +918,7 @@ + else + echo $EO "Enable HASKERNIDCK (y|n) [n]? $EC" + fi +- read ANS EXCESS ++ ANS=y + if test "X$ANS" = "Xy" -o "X$ANS" = "XY" + then + echo "" +@@ -1115,7 +1115,7 @@ + echo "" + echo "Do you want to rename $OLD to ${OLD}.old and replace it with" + echo $EO "$NEW (y|n) [y]? $EC" +- read ANS EXCESS ++ ANS=y + if test "X$ANS" = "Xn" -o "X$ANS" = "XN" + then + END=1 diff --git a/sys-process/lsof/files/digest-lsof-4.71 b/sys-process/lsof/files/digest-lsof-4.71 new file mode 100644 index 000000000000..dba179a8b9dc --- /dev/null +++ b/sys-process/lsof/files/digest-lsof-4.71 @@ -0,0 +1 @@ +MD5 a4e102726b2ffe0416d23a1c4f513aaa lsof_4.71.tar.gz 1002139 diff --git a/sys-process/lsof/files/digest-lsof-4.73 b/sys-process/lsof/files/digest-lsof-4.73 new file mode 100644 index 000000000000..779f86d449e7 --- /dev/null +++ b/sys-process/lsof/files/digest-lsof-4.73 @@ -0,0 +1 @@ +MD5 1bb09e7ea8f537384d211d648bb8368b lsof_4.73.tar.gz 1023790 diff --git a/sys-process/lsof/files/digest-lsof-4.74 b/sys-process/lsof/files/digest-lsof-4.74 new file mode 100644 index 000000000000..d007c7129103 --- /dev/null +++ b/sys-process/lsof/files/digest-lsof-4.74 @@ -0,0 +1 @@ +MD5 9fbf77fab0cdcc2ee92742713206c156 lsof_4.74.tar.gz 1031164 |