Package Details: wsdd2 1.8.7-1

Git Clone URL: https://aur.archlinux.org/wsdd2.git (read-only, click to copy)
Package Base: wsdd2
Description: WSD/LLMNR Discovery/Name Service Daemon. Install it to make Samba shares discoverable on Windows hosts.
Upstream URL: https://github.com/Netgear/wsdd2
Keywords: samba shares windows wsds
Licenses: GPL
Submitter: TomaszGasior
Maintainer: fryfrog
Last Packager: fryfrog
Votes: 12
Popularity: 1.20
First Submitted: 2019-05-11 16:47 (UTC)
Last Updated: 2022-04-25 22:46 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

fryfrog commented on 2020-10-28 15:17 (UTC)

@dianlujitao, thanks for the suggestions. Have a look at the updated PKGBUILD and tell me what you think.

MoetaYuko commented on 2020-10-28 15:02 (UTC)

wsdd2.service needs to be patched because smbd.service is called smb.service on arch

adding the following function fixes the issue:

prepare() {
    cd "$srcdir/${pkgname}-${pkgver}"
    sed -i s/smbd/smb/ wsdd2.service
}

btw please use install instead of cp to copy the executables.

fryfrog commented on 2020-03-11 22:43 (UTC)

Thanks, that was my first stop but it wasn't a very useful github. :(

TomaszGasior commented on 2020-03-11 22:38 (UTC)

@fryfrog I don't use Arch anymore but as I remember they are written in different languages (Python vs C) and one has more features than other. Please take a look at READMEs.

fryfrog commented on 2020-03-11 22:36 (UTC)

Hey @TomaszGasior, do you know how aur/wsdd and aur/wsdd2 differ? Do they both serve the same purpose?