Skip to content

Commit

Permalink
Removed remaining signs of BSD support.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrzna committed Jun 6, 2024
1 parent 007ba42 commit 91c810d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ $ make build TAGS=tag1,tag2
```

#### nopam
This tag disables dependency on PAM. In Linux it switch to basic authentication with `shadow`. For OpenBSD there is simple `bsd_auth` authentication.
This tag disables dependency on PAM. In Linux it switch to basic authentication with `shadow`.

#### noxlib
This tag disables dependency on libx11, could be useful, if only Wayland desktop is expected to be used.
Expand Down
37 changes: 0 additions & 37 deletions src/utils_bsd.go

This file was deleted.

2 changes: 1 addition & 1 deletion src/utmp.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !noutmp && !openbsd
//go:build !noutmp

package src

Expand Down

0 comments on commit 91c810d

Please sign in to comment.