diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 06:39:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 06:39:12 +0000 |
commit | 035646ee650e1641b2dac43a8404e423cd35d273 (patch) | |
tree | 7e110eaf4b3ad1ac554c03eb2bb08c7be10ed4bf /net/generic-nqs/files/patch-ad | |
parent | - fix distinfo (diff) |
remove unmaintained expired ports from net
2011-05-01 net/44bsd-rdist: Upstream disapear and distfile is no more available
2011-05-01 net/bbsnet: Upstream disapear and distfile is no more available
2011-05-01 net/bing: Upstream disapear and distfile is no more available
2011-05-01 net/brutecopy: Upstream disapear and distfile is no more available
2011-05-01 net/crescendo: Upstream disapear and distfile is no more available
2011-05-01 net/danamics: Upstream disapear and distfile is no more available
2011-05-01 net/etunnel: Upstream disapear and distfile is no more available
2011-05-01 net/gastman: Upstream disapear and distfile is no more available
2011-05-01 net/generic-nqs: Upstream disapear and distfile is no more available
2011-05-01 net/gkrellmmultiping2: Upstream disapear and distfile is no more available
2011-05-01 net/gkrellmwireless: Upstream disapear and distfile is no more available
2011-05-01 net/gnoemoe: Upstream disapear and distfile is no more available
2011-05-01 net/gnosamba: Upstream disapear and distfile is no more available
2011-05-01 net/merlinmon: Upstream disapear and distfile is no more available
2011-05-01 net/msntp: Upstream disapear and distfile is no more available
2011-05-01 net/ntalk: Upstream disapear and distfile is no more available
2011-05-01 net/ntraceroute: Upstream disapear and distfile is no more available
2011-05-01 net/onion-fec: Upstream disapear and distfile is no more available
2011-05-01 net/openverse: Upstream disapear and distfile is no more available
2011-05-01 net/poink: Upstream disapear and distfile is no more available
2011-05-01 net/roadrunner: Upstream disapear and distfile is no more available
2011-05-01 net/sambasentinel: Upstream disapear and distfile is no more available
2011-05-01 net/scand: Upstream disapear and distfile is no more available
2011-05-01 net/tacshell: Upstream disapear and distfile is no more available
2011-05-01 net/telserv: Upstream disapear and distfile is no more available
2011-05-01 net/tridiavnc: Upstream disapear and distfile is no more available
2011-05-01 net/tvark: Upstream disapear and distfile is no more available
2011-05-01 net/warppipe: Upstream disapear and distfile is no more available
2011-05-01 net/wistumbler2: Upstream disapear and distfile is no more available
2011-05-01 net/wmq3: Upstream disapear and distfile is no more available
2011-05-01 net/xbone-gui: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 net/xsmbrowser: Upstream disapear and distfile is no more available
2011-05-01 net/xtraceroute: Upstream disapear and distfile is no more available
2011-05-01 net/ytalk: Upstream disapear and distfile is no more available
2011-05-01 net/zniper: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273447
Diffstat (limited to 'net/generic-nqs/files/patch-ad')
-rw-r--r-- | net/generic-nqs/files/patch-ad | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net/generic-nqs/files/patch-ad b/net/generic-nqs/files/patch-ad deleted file mode 100644 index f70fc494eac1..000000000000 --- a/net/generic-nqs/files/patch-ad +++ /dev/null @@ -1,31 +0,0 @@ ---- Source-Tree/SETUP/all-systems/General.inst.orig Sun Nov 14 11:52:32 1999 -+++ Source-Tree/SETUP/all-systems/General.inst Sun Nov 14 11:56:57 1999 -@@ -46,17 +46,21 @@ - Boolean " Do you want nmapmgr to automatically allocate a machine ID?" nmapmgr_allocate "y" - echo - if [ "$nmapmgr_allocate" = "y" ]; then -- echo " Okay. I need to know what the fully-qualified hostname of this machine" -- echo " is. For example, my workstation is called 'lanfear'. It's fully-" -- echo " qualified hostname is 'lanfear.shef.ac.uk'." -- echo -- String " What is your machine's full name?" nmapmgr_fqdn "" -+ fqdn=`hostname` -+ short=`hostname | cut -d. -f 1` -+ if [ $fqdn = $short ]; then -+ echo " Okay. I need to know what the fully-qualified hostname of this" -+ echo " machine is. For example, my workstation is called 'zen'." -+ echo " It's fully-qualified hostname is 'zen.my.domain'." -+ echo -+ String " What is your machine's full name?" fqdn "" -+ fi - echo - echo " Okay. I will now run nmapmgr; when the nmapmgr prompt appears, please" - echo " type in the commands below." - echo -- echo " add host `hostname`" -- echo " add alias $nmapmgr_fqdn `hostname`" -+ echo " add host $fqdn" -+ echo " add alias $short $fqdn" - echo " list" - echo " exit" - else |