diff options
| -rwxr-xr-x | knetworkconf/backends/guess_system.sh | 6 | ||||
| -rw-r--r-- | kuser/README | 1 | ||||
| -rw-r--r-- | kuser/configure.in.in | 2 |
3 files changed, 0 insertions, 9 deletions
diff --git a/knetworkconf/backends/guess_system.sh b/knetworkconf/backends/guess_system.sh index 0cd2c46..ae076f5 100755 --- a/knetworkconf/backends/guess_system.sh +++ b/knetworkconf/backends/guess_system.sh @@ -95,9 +95,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in pmax:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - sgi:OpenBSD:*:*) - echo mips-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; wgrisc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; @@ -286,9 +283,6 @@ EOF Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit 0 ;; - *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` - exit 0 ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' diff --git a/kuser/README b/kuser/README index 0505669..b866bfd 100644 --- a/kuser/README +++ b/kuser/README @@ -7,7 +7,6 @@ KUser is rewritten XUser which was written in XForms. It supports: Solaris Linux -Irix FreeBSD ATTENTION: BACKUP ALL OF YOUR DATA. THIS PROGRAM MAY DESTROY diff --git a/kuser/configure.in.in b/kuser/configure.in.in index 353857b..b1cc0e3 100644 --- a/kuser/configure.in.in +++ b/kuser/configure.in.in @@ -16,8 +16,6 @@ AC_CHECK_HEADERS(crypt.h fcntl.h mntent.h linux/quota.h linux/unistd.h \ signal.h sys/mount.h sys/fcntl.h) case "$host" in -*irix*) AC_DEFINE(HAVE_IRIX, 1, [Irix]) - ;; *linux*) AC_DEFINE(HAVE_LINUX, 1, [Linux]) ;; esac |
