diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
commit | 508b8d82f4fdfc6889fe17931ef30f047501dfd6 (patch) | |
tree | f7810d4887e5297c7b7788225e906b99c81d709b /net/cnupm | |
parent | 4008c7e23fe847e2c8ade0ecb5d86f943d84c917 (diff) |
Notes
Diffstat (limited to 'net/cnupm')
-rw-r--r-- | net/cnupm/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cnupm/pkg-plist b/net/cnupm/pkg-plist index 297e7d1236e4..6074f09129e5 100644 --- a/net/cnupm/pkg-plist +++ b/net/cnupm/pkg-plist @@ -6,4 +6,4 @@ sbin/cnupmstat @exec pw usershow %%CNUPM_OWN%% 2>/dev/null || pw useradd -n %%CNUPM_OWN%% -c 'Cnupm traffic collector' -g %%CNUPM_GRP%% -s /sbin/nologin @exec install -o %%CNUPM_OWN%% -g %%CNUPM_GRP%% -m 750 -d %D/var/cnupm @exec pw usermod -n %%CNUPM_OWN%% -d %D/var/cnupm -@unexec rmdir %D/var/cnupm 2>/dev/null || true +@dirrmtry var/cnupm |