Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstall not working #129

Open
rootshell1989 opened this issue Apr 26, 2024 · 3 comments
Open

Uninstall not working #129

rootshell1989 opened this issue Apr 26, 2024 · 3 comments

Comments

@rootshell1989
Copy link

root@pve:~/zfs-auto-snapshot-upstream-1.2.4# make uninstall
make: *** No rule to make target 'uninstall'. Stop.

@oskarfessel
Copy link

That's a bit unspecific. looks like you are not in the correct directory...

@rootshell1989
Copy link
Author

It is the correct path since make install is working

@oskarfessel
Copy link

Hmm, that's weird:

dweezil# make -n uninstall
rm /etc/cron.d/zfs-auto-snapshot
rm /etc/cron.hourly/zfs-auto-snapshot
rm /etc/cron.daily/zfs-auto-snapshot
rm /etc/cron.weekly/zfs-auto-snapshot
rm /etc/cron.monthly/zfs-auto-snapshot
rm /usr/pkg/share/man/man8/zfs-auto-snapshot.8
rm /usr/pkg/sbin/zfs-auto-snapshot

yes, thats a Makefile from my own fork (oskarfessel/zfs-auto-snapshot), but apart from the paths nothing changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants