aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2022-01-22 15:35:26 -0500
committerRyan Kavanagh <rak@rak.ac>2022-01-22 15:35:26 -0500
commitc474497009a99b07ddb5e17b2d2fd5ddb90f6113 (patch)
tree2154007a39e6549f10692937dcb8bbe55813ca25 /bin
parentstty discard undef on OpenBSD as well (diff)
use uuid in wd-umount on openbsd
Diffstat (limited to 'bin')
-rw-r--r--bin/executable_wd-umount2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/executable_wd-umount b/bin/executable_wd-umount
index 6d9ecbe..e44c3ad 100644
--- a/bin/executable_wd-umount
+++ b/bin/executable_wd-umount
@@ -3,7 +3,7 @@
case `uname` in
OpenBSD)
doas umount /mnt/wd
- doas bioctl -d sd3
+ doas bioctl -d 79665ba14a5187ba
;;
Linux)
sudo umount --lazy -f /var/lib/mpd/music