~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

Viewing changes to src/lxc/lxc-setuid.in

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2012-03-09 13:05:03 UTC
  • mto: (3.1.38 sid)
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: package-import@ubuntu.com-20120309130503-j0prgw9tsp967bbv
Tags: upstream-0.8.0~rc1
ImportĀ upstreamĀ versionĀ 0.8.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    chmod 0755 @LXCPATH@
71
71
}
72
72
 
 
73
libdir=@LIBDIR@
 
74
localstatedir=@LOCALSTATEDIR@
 
75
 
73
76
if [ "$(id -u)" != "0" ]; then
74
77
    echo "You have to be root to run this script"
75
78
    exit 1
76
79
fi
77
80
 
78
 
 
79
81
if [ $? != 0 ]; then
80
82
    usage
81
83
    exit 1