Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
domainepublic
alternc
Commits
bd3cd1b1
Commit
bd3cd1b1
authored
Apr 10, 2008
by
Antoine Beaupré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix indentation
parent
73b7746f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
debian/rules
debian/rules
+8
-8
No files found.
debian/rules
View file @
bd3cd1b1
...
...
@@ -60,14 +60,14 @@ install: build
chown -R www-data:www-data debian/alternc/var/log/alternc
chown -R www-data:www-data debian/alternc/var/alternc/tmp
for sub in dns dns/redir mail html apacheconf
do
for i in a b c d e f g h i j k l m n o p q r s t u v w x y z _ 0 1 2 3 4 5 6 7 8 9
do
mkdir -p $DATA/$sub/$i
chown www-data $DATA/$sub/$i
done
done
for sub in dns dns/redir mail html apacheconf
do
for i in a b c d e f g h i j k l m n o p q r s t u v w x y z _ 0 1 2 3 4 5 6 7 8 9
do
mkdir -p $DATA/$sub/$i
chown www-data $DATA/$sub/$i
done
done
chmod a+x debian/alternc/usr/share/alternc/install/alternc.install
chmod a+x debian/alternc/usr/share/alternc/install/dopo.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment