Skip to content

Commit

Permalink
No more need for conf/users/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Wuelfrath committed May 6, 2015
1 parent a0639b7 commit 394dfd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions addons/packages/packetfence.spec
Expand Up @@ -391,7 +391,6 @@ done
%{__install} -d $RPM_BUILD_ROOT/usr/local/pf/addons
%{__install} -d -m2775 $RPM_BUILD_ROOT/usr/local/pf/conf
%{__install} -d $RPM_BUILD_ROOT/usr/local/pf/conf/radiusd
%{__install} -d $RPM_BUILD_ROOT/usr/local/pf/conf/users
%{__install} -d $RPM_BUILD_ROOT/usr/local/pf/conf/ssl
%{__install} -d -m2775 $RPM_BUILD_ROOT%logdir
%{__install} -d $RPM_BUILD_ROOT/usr/local/pf/raddb/sites-enabled
Expand Down Expand Up @@ -901,7 +900,6 @@ fi
%config /usr/local/pf/conf/ui.conf
%config /usr/local/pf/conf/ui.conf.es_ES
%config(noreplace) /usr/local/pf/conf/ui-global.conf
%dir /usr/local/pf/conf/users
%config(noreplace) /usr/local/pf/conf/violations.conf
%config(noreplace) /usr/local/pf/conf/wmi.conf
/usr/local/pf/conf/wmi.conf.example
Expand Down
1 change: 0 additions & 1 deletion debian/rules
Expand Up @@ -77,7 +77,6 @@ install: build
mv pfcmd_pregrammar.pm $(CURDIR)/debian/packetfence$(PREFIX)/$(NAME)/lib/pf/pfcmd/
# Install empty directories not in our tarball since the git move
install -d -m0700 $(CURDIR)/debian/packetfence$(PREFIX)/$(NAME)/addons
install -d -m0700 $(CURDIR)/debian/packetfence$(PREFIX)/$(NAME)/conf/users
install -d -m0700 $(CURDIR)/debian/packetfence$(PREFIX)/$(NAME)/conf/ssl
install -d -m0700 $(CURDIR)/debian/packetfence$(PREFIX)/$(NAME)/raddb/sites-enabled
install -d -m2770 $(CURDIR)/debian/packetfence$(PREFIX)/$(NAME)/logs
Expand Down

0 comments on commit 394dfd8

Please sign in to comment.