Search Criteria
Package Details: random_machine_id 1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/random_machine_id.git (read-only, click to copy) | 
|---|---|
| Package Base: | random_machine_id | 
| Description: | generate new /etc/machine-id on boot | 
| Upstream URL: | None | 
| Licenses: | GPL | 
| Submitter: | digital | 
| Maintainer: | None | 
| Last Packager: | digital | 
| Votes: | 1 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2022-10-25 20:56 (UTC) | 
| Last Updated: | 2022-10-25 20:56 (UTC) | 
Latest Comments
dreieck commented on 2024-06-03 08:29 (UTC)
Now the package has been orphaned, anyone interested can pick up.
I maintain
random_machine_id-openrcwhere ideas can be taken from regarding executables in/usr/bin/, for example.Regards!
dreieck commented on 2023-07-30 11:13 (UTC) (edited on 2023-07-30 11:14 (UTC) by dreieck)
I see you have made me a co-maintainer without asking. I do not want to maintain another package which I do not use (I use
random_machine_id-openrc), so I remove my co-maintainership again.Reporting issues does not imply that I step in to maintain.
Regards!
dreieck commented on 2023-07-29 20:49 (UTC) (edited on 2024-06-03 08:29 (UTC) by dreieck)
Please add
random_machine_id.shandrandom_machine_id.serviceto thesourcearray! Currently, yourPKGBUILDis broken.dreieck commented on 2023-07-29 20:48 (UTC) (edited on 2023-07-29 21:08 (UTC) by dreieck)
Can you change the
../random_machine_idto${srcdir}/random_machine_idplease?By default, we start in
${srcdir}, and if$SRCDESTis set then one directory up can be somewhere were we really do not want to be, it is not guaranteed to be the directory where thePKGBUILDand accompanying files reside!And, can you maybe also add
provides=("random_machine_id-systemd"),conflicts=("random_machine_id-systemd"), or similar?You actually install an executable that can be called anytime also independently of the systemd file, + a systemd file. So it would be nice to have two different package information for those. (I am just creating a package
random_machine_id-openrcfor OpenRC based systems.)Regards!