Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : doasedit.git
AUR Package Repositories | click
here
to return to the package base details page
about
summary
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-21
Fix typo
magnus
2021-12-21
Put [[ -d dirname ]] after [[ -r dirname ]] since the latter does not guarant...
magnus
2021-12-21
[[ -d dir ]] && [[ -r dir ]] is redundant, thanks to burrhole on gitlab
magnus
2021-12-21
Fix order of rare edge case where file cannot be read
magnus
2021-12-20
Bump version number for new features
magnus
2021-12-20
Prevent bad behavior when multiple instances of doasedit are invoked
magnus
2021-12-19
Update srcinfo
magnus
2021-12-19
Update PKGBUILD
magnus
2021-12-19
Explicitely declare some variables that 'set -eu' now prints warnings for
magnus
2021-12-18
Do not hardcode doas to /sbin : I assumed this would be the case everywhere b...
magnus
2021-12-18
Make doasedit able to edit regular files again by fixing order of operations ...
magnus
2021-12-18
Get ready to change doasediting's location since it is a necessary change on ...
magnus
2021-12-18
Make doasedit know what /etc/doas.conf is and test that it still works after ...
magnus
2021-12-18
SSet safe shell options and don't have a second argument to ERR since it is e...
magnus
2021-12-18
Do not echo `doas -C`'s output
magnus
2021-12-18
Less hacky way to check permissions, that should work with 'permit nopass'
magnus
2021-12-15
Fix a stupid mistake I'm not sure how I made
magnus
2021-11-22
Add an error message when you edit files owned by another user that you canno...
magnus
2021-09-13
Added better usage message and a slightly less hacky way to change permission...
magnus
2021-09-01
Added help message, bump version number
magnus
2021-09-01
Added usage and a way to change permissions directly from the script (because...
magnus
2021-08-31
Bump version number since I guess creating new files is a significant change
magnus
2021-08-31
Allow creation of nonexistent files, verify that permissions are properly pre...
magnus
2021-08-31
Don't cp if file is not modified
magnus
2021-08-31
Initial commit
magnus