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
1ad994af
Commit
1ad994af
authored
Mar 27, 2014
by
Alan Garcia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
File de la mechant dash
parent
d8039825
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
debian/alternc.postinst
debian/alternc.postinst
+1
-1
install/dopo.sh
install/dopo.sh
+1
-1
install/mysql.sh
install/mysql.sh
+1
-1
install/upgrade_check.sh
install/upgrade_check.sh
+1
-1
install/upgrades/0.9.5.sh
install/upgrades/0.9.5.sh
+1
-1
install/upgrades/3.0.0~2.sh
install/upgrades/3.0.0~2.sh
+1
-1
nightlybuild/build.sh
nightlybuild/build.sh
+1
-1
phpunit/local.sh_generic
phpunit/local.sh_generic
+1
-1
upnp/upnp-install
upnp/upnp-install
+1
-1
No files found.
debian/alternc.postinst
View file @
1ad994af
...
...
@@ -68,7 +68,7 @@ case "$1" in
# build local.sh if it does not exist
if
[
!
-f
$CONFIGFILE
]
;
then
cat
>
$CONFIGFILE
<<
EOF
#!/bin/sh
#!/bin/
ba
sh
#
# AlternC - Web Hosting System - Configuration
# This file will be modified on package configuration
...
...
install/dopo.sh
View file @
1ad994af
#!/bin/sh
#!/bin/
ba
sh
#### THIS SCRIPT IS NO LONGER USED
#### AND HAVE NO EFFECT!
...
...
install/mysql.sh
View file @
1ad994af
#!/bin/sh
#!/bin/
ba
sh
#
# $Id: mysql.sh,v 1.11 2006/01/11 22:51:28 anarcat Exp $
# ----------------------------------------------------------------------
...
...
install/upgrade_check.sh
View file @
1ad994af
...
...
@@ -72,7 +72,7 @@ for file in $( ls $extensions | sort -n ) ; do
php
-q
$file
;;
sh
)
sh
$file
ba
sh
$file
;;
*
)
echo
"skipping
$file
, not recognized !"
...
...
install/upgrades/0.9.5.sh
View file @
1ad994af
#!/bin/sh
#!/bin/
ba
sh
set
-e
...
...
install/upgrades/3.0.0~2.sh
View file @
1ad994af
#!/bin/sh
#!/bin/
ba
sh
# Upgrading script to AlternC 1.1
CONFIG_FILE
=
"/etc/alternc/local.sh"
...
...
nightlybuild/build.sh
View file @
1ad994af
#!/bin/sh
#!/bin/
ba
sh
VERSION
=
"1.0"
# We launch this script inside the home directory of the "nigthly build user"
...
...
phpunit/local.sh_generic
View file @
1ad994af
#!/bin/sh
#!/bin/
ba
sh
#
# AlternC - Web Hosting System - Configuration
# This file will be modified on package configuration
...
...
upnp/upnp-install
View file @
1ad994af
#!/bin/sh
#!/bin/
ba
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