summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-06-16 15:27:34 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-06-16 15:36:41 +0200
commit3eba5ff412ca1b693dfa4cef5cf63d5a775a35c8 (patch)
tree5e784937bbe9327d0137fd873ec73e915d08ca7e /perl-install/install
parent4870492cea87ab97d2757c8597f4517af6dfdfa9 (diff)
downloaddrakx-3eba5ff412ca1b693dfa4cef5cf63d5a775a35c8.tar
drakx-3eba5ff412ca1b693dfa4cef5cf63d5a775a35c8.tar.gz
drakx-3eba5ff412ca1b693dfa4cef5cf63d5a775a35c8.tar.bz2
drakx-3eba5ff412ca1b693dfa4cef5cf63d5a775a35c8.tar.xz
drakx-3eba5ff412ca1b693dfa4cef5cf63d5a775a35c8.zip
fix inverted test (mga#18656, mga#18704)
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index e31dc8206..0f6d7787e 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,5 +1,6 @@
- partionning:
o fix offering to create a GRUB_BIOS partition in custom mode (mga#18656)
+ o fix inverted test when checking need for a GRUB_BIOS partition (mga#18704)
Version 17.37 - 12 June 2016
/span> /* Username. */ char ut_host[UT_HOSTSIZE]; /* Hostname for remote login. */ #define ut_name ut_host struct exit_status ut_exit; /* Exit status of a process marked as DEAD_PROCESS. */ long int ut_session; /* Session ID, used for windowing. */ struct timeval ut_tv; /* Time entry was made. */ int32_t ut_addr_v6[4]; /* Internet address of remote host. */ char __unused[20]; /* Reserved for future use. */ }; /* Values for the `ut_type' field of a `struct utmp'. */ #define EMPTY 0 /* No valid user accounting information. */ #define RUN_LVL 1 /* The system's runlevel. */ #define BOOT_TIME 2 /* Time of system boot. */ #define NEW_TIME 3 /* Time after system clock changed. */ #define OLD_TIME 4 /* Time when system clock changed. */ #define INIT_PROCESS 5 /* Process spawned by the init process. */ #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */ #define USER_PROCESS 7 /* Normal process. */ #define DEAD_PROCESS 8 /* Terminated process. */ #define ACCOUNTING 9 /* Tell the user that we have a modern system with UT_HOST, UT_PID, UT_TYPE, UT_ID and UT_TV fields. */ #define _HAVE_UT_TYPE 1 #define _HAVE_UT_PID 1 #define _HAVE_UT_ID 1 #define _HAVE_UT_TV 1 #define _HAVE_UT_HOST 1 #endif