summaryrefslogtreecommitdiff
path: root/sysutils/hal/patches/patch-ae
blob: 6726f62d16507c8dd8483b50a79ebd5938affb5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ae,v 1.2 2021/01/17 08:14:13 wiz Exp $

--- tools/hal-luks-teardown.orig	2008-08-10 13:50:10.000000000 +0000
+++ tools/hal-luks-teardown
@@ -47,9 +47,9 @@ fi
 # TODO: this is a little sketchy; we should check for hal-storage-crypto-teardown-others?
 #
 IS_HOTPLUGGABLE=`hal-get-property --udi $HAL_PROP_BLOCK_STORAGE_DEVICE --key storage.hotpluggable`
-if [ "$IS_HOTPLUGGABLE" == "true" ] ; then
+if [ "$IS_HOTPLUGGABLE" = "true" ] ; then
     ACTION="org.freedesktop.hal.storage.crypto-setup-removable"
-elif [ "$IS_HOTPLUGGABLE" == "false" ] ; then
+elif [ "$IS_HOTPLUGGABLE" = "false" ] ; then
     ACTION="org.freedesktop.hal.storage.crypto-setup-fixed"
 else
     unknown_error