diff options
author | lukem <lukem@pkgsrc.org> | 2001-11-19 04:40:00 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2001-11-19 04:40:00 +0000 |
commit | 90908af1f81c1a904c6d8aac8fdda9d639d1483d (patch) | |
tree | 2c4c63f510c2618859d9e5b2cf8638a9eb528e66 /sysutils/ups-nut | |
parent | 3730441d5d078872bb29db63ad6ae546a7bba9d7 (diff) | |
download | pkgsrc-90908af1f81c1a904c6d8aac8fdda9d639d1483d.tar.gz |
remove etc/nut from PLIST; instead, remind the admin to remove it manually
Diffstat (limited to 'sysutils/ups-nut')
-rw-r--r-- | sysutils/ups-nut/DEINSTALL | 3 | ||||
-rw-r--r-- | sysutils/ups-nut/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ups-nut/DEINSTALL b/sysutils/ups-nut/DEINSTALL index 6f6cde628a6..865d1a2a8e7 100644 --- a/sysutils/ups-nut/DEINSTALL +++ b/sysutils/ups-nut/DEINSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.2 2001/11/19 04:25:15 lukem Exp $ +# $NetBSD: DEINSTALL,v 1.3 2001/11/19 04:40:00 lukem Exp $ # PKGNAME=$1 @@ -22,6 +22,7 @@ If you won't be using ${PKGNAME} any longer, you may want to remove: * the \`${USER}' user * the \`${GROUP}' group + * the \`${PKG_PREFIX}/etc/nut' directory =========================================================================== EOF diff --git a/sysutils/ups-nut/PLIST b/sysutils/ups-nut/PLIST index 1ffb04498c9..b5bd350d3af 100644 --- a/sysutils/ups-nut/PLIST +++ b/sysutils/ups-nut/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2001/11/18 00:41:20 lukem Exp $ +@comment $NetBSD: PLIST,v 1.4 2001/11/19 04:40:00 lukem Exp $ bin/aeg bin/apcsmart bin/belkin @@ -92,4 +92,3 @@ share/doc/nut/ups-trust425+625.txt share/doc/nut/upssched.txt @dirrm share/doc/nut/cables @dirrm share/doc/nut -@dirrm etc/nut |